From 96c1ec60108aa08dac74a101ceff2f2349934911 Mon Sep 17 00:00:00 2001 From: Aurailus Date: Mon, 15 Apr 2024 16:03:22 -0700 Subject: [PATCH] Update About website to a link that actually exists. --- src/window/about.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window/about.rs b/src/window/about.rs index 0582f3b..d3829b4 100644 --- a/src/window/about.rs +++ b/src/window/about.rs @@ -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" ]);