Remove gratuitous self-link
diff --git a/lib/mime.dart b/lib/mime.dart
index 90c8921..12df281 100644
--- a/lib/mime.dart
+++ b/lib/mime.dart
@@ -7,9 +7,6 @@
 ///
 /// More details, including a list of types, are in the Wikipedia article
 /// [Internet media type](http://en.wikipedia.org/wiki/Internet_media_type).
-/// For information on installing and importing this library, see the
-/// [mime package on pub.dev]
-/// (https://pub.dev/packages/mime).
 library mime;
 
 export 'src/mime_multipart_transformer.dart';