From a9f3296bc641c6f7f3a1fab4941d7244f610af11 Mon Sep 17 00:00:00 2001 From: Job Guldemeester Date: Fri, 19 Jul 2024 12:41:54 +0200 Subject: [PATCH] :wrench: Updated pubspec repository url --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 94bbd20..4c4d92c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: system_tray description: system_tray that makes it easy to customize tray and work with your Flutter desktop app. version: 2.0.3 -repository: https://github.com/antler119/system_tray.git +repository: https://github.com/antler119/system_tray environment: sdk: ">=2.12.0 <3.0.0"