guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/12: gnu: patchage: Fix home page URL.


From: guix-commits
Subject: 04/12: gnu: patchage: Fix home page URL.
Date: Tue, 9 Nov 2021 01:26:58 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 41cb043a3ba61a71a0f9fd243a5ca45f55472997
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Nov 8 21:33:56 2021 +0100

    gnu: patchage: Fix home page URL.
    
    * gnu/packages/audio.scm (patchage)[home-page]: Fix 404.
---
 gnu/packages/audio.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 9b071e5..62198ac 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]