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");