Skip to content

Commit

Permalink
Update repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Honeycutt authored and edfloreshz committed Sep 24, 2024
1 parent a4d399e commit 69e0019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ impl Tasks {

fn about(&self) -> Element<Message> {
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");
Expand Down

0 comments on commit 69e0019

Please sign in to comment.