add pubspec entries tagged missing by pana (dart-lang/lints#31)

* + entries

* bump version
diff --git a/pkgs/lints/pubspec.yaml b/pkgs/lints/pubspec.yaml
index 24c34f7..0398d8c 100644
--- a/pkgs/lints/pubspec.yaml
+++ b/pkgs/lints/pubspec.yaml
@@ -1,6 +1,8 @@
 name: lints
 description: Official Dart lint rules. Defines the 'core' and 'recommended' set of lints suggested by the Dart team.
-version: 1.0.0
+homepage: https://github.com/dart-lang/lints
+repository: https://github.com/dart-lang/lints
+version: 1.0.1
 
 environment:
   sdk: '>=2.12.0 <3.0.0'