From 94b4b21d4c0db2d2cc9bf8ee059ea6888c13cdc0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 18 Jun 2020 08:49:48 +0200 Subject: [PATCH] remove references to gna.org (shutdowned) --- README | 5 ++--- jack_mixer.py | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README b/README index 861e2a2..974d949 100644 --- a/README +++ b/README @@ -7,7 +7,7 @@ multiple JACK audio streams. It is licensed under GPL version 2 (or later), check COPYING for more info. -Please visit project homepage is at http://home.gna.org/jackmixer/ for more +Please visit project homepage is at https://rdio.space/jackmixer/ for more info. @@ -43,8 +43,7 @@ Feedback -------- If you have trouble getting jack_mixer working, find a bug or you miss some -feature, please submit a support request with the GNA issue tracker: -https://gna.org/support/?func=additem&group=jackmixer +feature, please contact the maintainer by email. jack_mixer was initially written and supported by Nedko Arnaudov, it is now maintained by Frederic Peters. You can reach Frederic at fpeters (a.t) 0d diff --git a/jack_mixer.py b/jack_mixer.py index f71e701..d10883a 100755 --- a/jack_mixer.py +++ b/jack_mixer.py @@ -572,7 +572,7 @@ Franklin Street, Fifth Floor, Boston, MA 02110-130159 USA''') 'Frederic Peters ', 'Daniel Sheeler ']) about.set_logo_icon_name('jack_mixer') - about.set_website('http://home.gna.org/jackmixer/') + about.set_website('https://rdio.space/jackmixer/') about.run() about.destroy() -- 2.39.2