From e92802e8787fc474d4609f63b8497cfcb81ccd88 Mon Sep 17 00:00:00 2001 From: Marcus Date: Thu, 9 Sep 2021 10:41:11 +0000 Subject: [PATCH] chore: add missing metadata to pubspec --- pubspec.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index 4f839429..884a6df6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,6 +2,8 @@ name: matrix_api_lite description: Dead simple data model for the matrix.org client-server API. version: 0.4.3 homepage: https://famedly.com +repository: https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/ +issues: https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/-/issues environment: sdk: ">=2.12.0 <3.0.0"