From b9a928fd55bef4edde99204bbad1c84e944ee310 Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Fri, 9 Apr 2021 15:08:35 +0200 Subject: [PATCH] Update NSM URL Signed-off-by: Christopher Arndt --- INSTALL.md | 2 +- docs/jack_mixer.1.rst.in | 2 +- jack_mixer/nsmclient.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 834b4b2..9d334d0 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -122,7 +122,7 @@ The wheel can be installed with `pip install jack_mixer-*.whl`. [JACK]: https://jackaudio.org/ [meson]: https://mesonbuild.com/ [ninja]: https://ninja-build.org/ -[NSM]: https://github.com/linuxaudio/new-session-manager +[NSM]: https://new-session-manager.jackaudio.org/ [options]: https://mesonbuild.com/Build-options.html [pip]: https://pypi.org/project/pip/ [pycairo]: https://pypi.org/project/pycairo/ diff --git a/docs/jack_mixer.1.rst.in b/docs/jack_mixer.1.rst.in index e7c176a..453f668 100644 --- a/docs/jack_mixer.1.rst.in +++ b/docs/jack_mixer.1.rst.in @@ -272,4 +272,4 @@ SEE ALSO * Project homepage (https://rdio.space/jackmixer/) * Source code repository on GitHub (https://github.com/jack-mixer/jack_mixer) * JACK Audio Connection Kit (https://jackaudio.org/) -* New Session Manager (https://linuxaudio.github.io/new-session-manager/) +* New Session Manager (https://new-session-manager.jackaudio.org/) diff --git a/jack_mixer/nsmclient.py b/jack_mixer/nsmclient.py index e422261..aadb92a 100644 --- a/jack_mixer/nsmclient.py +++ b/jack_mixer/nsmclient.py @@ -4,7 +4,7 @@ PyNSMClient - A New Session Manager Client-Library in one file. The Non-Session-Manager by Jonathan Moore Liles : http://non.tuxfamily.org/nsm/ -New Session Manager, by LinuxAudio.org: https://github.com/linuxaudio/new-session-manager +New Session Manager, by LinuxAudio.org: https://new-session-manager.jackaudio.org/ With help from code fragments from https://github.com/attwad/python-osc ( DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE v2 ) MIT License -- 2.11.4.GIT