From 0d6415894263615f7fd7351e36c04efc14298b46 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 24 Sep 2024 13:41:01 -0600 Subject: [PATCH] Update repo link --- src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index 2733265..317d967 100644 --- a/src/app.rs +++ b/src/app.rs @@ -167,7 +167,7 @@ impl Tasks { fn about(&self) -> Element { let spacing = theme::active().cosmic().spacing; - let repository = "https://github.com/edfloreshz/tasks"; + let repository = "https://github.com/cosmic-utils/tasks"; let hash = env!("VERGEN_GIT_SHA"); let short_hash: String = hash.chars().take(7).collect(); let date = env!("VERGEN_GIT_COMMIT_DATE");