Skip to content

Commit

Permalink
Update About website to a link that actually exists.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurailus committed Apr 15, 2024
1 parent d75efa7 commit 96c1ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub fn about() {
about.set_program_name("Myxer");
about.set_version(Some("1.2.1"));
about.set_comments(Some("A modern Volume Mixer for PulseAudio."));
about.set_website(Some("https://myxer.aurailus.com"));
about.set_website(Some("https://github.com/Aurailus/Myxer"));
about.set_copyright(Some("© 2021 Auri Collings"));
about.set_license_type(gtk::License::Gpl30);
about.add_credit_section("Created by", &[ "Auri Collings" ]);
Expand Down

0 comments on commit 96c1ec6

Please sign in to comment.