From 71e8db7a698ac29088825ee13e4032eaf02d9e31 Mon Sep 17 00:00:00 2001 From: TheOneWithTheBraid Date: Wed, 26 Jan 2022 11:40:55 +0100 Subject: [PATCH] fix: missing repo URL in pubspec Signed-off-by: TheOneWithTheBraid --- pubspec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pubspec.yaml b/pubspec.yaml index 4ca804ee..9358af38 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,6 +2,7 @@ name: matrix description: Matrix Dart SDK version: 0.7.3 homepage: https://famedly.com +repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git environment: sdk: ">=2.12.0 <3.0.0"