From f83781d2500cd2ef9cf02f440ebced8ebeed1922 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Sun, 12 May 2019 10:58:07 +0200 Subject: [PATCH] Add links to custom homepage in pubspec.yaml --- moor/pubspec.yaml | 4 +++- moor_flutter/pubspec.yaml | 4 +++- moor_generator/pubspec.yaml | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) 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)