diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-08 21:33:56 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-08 23:00:56 +0100 |
commit | 41cb043a3ba61a71a0f9fd243a5ca45f55472997 (patch) | |
tree | bb624ab6c39c05146a53fcc91b35baab012273df /gnu/packages | |
parent | c3e70aac9c44ec218214a48b2409899aa11ce412 (diff) | |
download | guix-41cb043a3ba61a71a0f9fd243a5ca45f55472997.tar.gz guix-41cb043a3ba61a71a0f9fd243a5ca45f55472997.zip |
gnu: patchage: Fix home page URL.
* gnu/packages/audio.scm (patchage)[home-page]: Fix 404.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/audio.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 9b071e5a8c..62198ac7ce 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -2863,7 +2863,7 @@ buffers, and audio capture.") ("dbus-glib" ,dbus-glib))) (native-inputs `(("pkg-config" ,pkg-config))) - (home-page "https://drobilla.net/software/patchage/") + (home-page "https://drobilla.net/software/patchage.html") (synopsis "Modular patch bay for audio and MIDI systems") (description "Patchage is a modular patch bay for audio and MIDI systems based on JACK |