diff --git a/moor/pubspec.yaml b/moor/pubspec.yaml index de014b93..1b13bc3c 100644 --- a/moor/pubspec.yaml +++ b/moor/pubspec.yaml @@ -1,7 +1,9 @@ name: moor description: Moor is a safe and reactive persistence library for Dart applications version: 1.3.2 -homepage: https://github.com/simolus3/moor +repository: https://github.com/simolus3/moor +homepage: https://moor.simonbinder.eu/ +issue_tracker: https://github.com/simolus3/moor/issues authors: - Simon Binder maintainer: Simon Binder (@simolus3) diff --git a/moor_flutter/pubspec.yaml b/moor_flutter/pubspec.yaml index e1b25dc0..b4f1f98d 100644 --- a/moor_flutter/pubspec.yaml +++ b/moor_flutter/pubspec.yaml @@ -1,7 +1,9 @@ name: moor_flutter description: Flutter implementation of moor, a safe and reactive persistence library for Dart applications version: 1.3.0 -homepage: https://github.com/simolus3/moor +repository: https://github.com/simolus3/moor +homepage: https://moor.simonbinder.eu/ +issue_tracker: https://github.com/simolus3/moor/issues authors: - Simon Binder maintainer: Simon Binder (@simolus3) diff --git a/moor_generator/pubspec.yaml b/moor_generator/pubspec.yaml index 220a9592..376a11f0 100644 --- a/moor_generator/pubspec.yaml +++ b/moor_generator/pubspec.yaml @@ -1,7 +1,9 @@ name: moor_generator description: Dev-dependency to generate table and dataclasses together with the moor package. version: 1.3.1 -homepage: https://github.com/simolus3/moor +repository: https://github.com/simolus3/moor +homepage: https://moor.simonbinder.eu/ +issue_tracker: https://github.com/simolus3/moor/issues authors: - Simon Binder maintainer: Simon Binder (@simolus3)