From 22dbd60ea9e55ac347481e21e4fab47f40aaa8fc Mon Sep 17 00:00:00 2001 From: Lukas Lihotzki Date: Wed, 21 Apr 2021 15:01:37 +0200 Subject: [PATCH] set repository address in pubspec.yaml --- pubspec.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index c39562f..d3769e3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,7 @@ name: flutter_openssl_crypto description: A new flutter plugin project. version: 0.0.1 -author: -homepage: +repository: https://gitlab.com/famedly/libraries/flutter_openssl_crypto environment: sdk: ">=2.7.0 <3.0.0"