fix: missing repo URL in pubspec

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
TheOneWithTheBraid 2022-01-26 11:40:55 +01:00
parent 2205ffb084
commit 71e8db7a69
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ name: matrix
description: Matrix Dart SDK description: Matrix Dart SDK
version: 0.7.3 version: 0.7.3
homepage: https://famedly.com homepage: https://famedly.com
repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git
environment: environment:
sdk: ">=2.12.0 <3.0.0" sdk: ">=2.12.0 <3.0.0"