guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: extempore: Fix home page URL.


From: guix-commits
Subject: branch master updated: gnu: extempore: Fix home page URL.
Date: Sat, 27 Feb 2021 11:51:23 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8ef1f24  gnu: extempore: Fix home page URL.
8ef1f24 is described below

commit 8ef1f24f16354e08f23dfabf11396527b0417638
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Feb 27 17:50:43 2021 +0100

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

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index d1089ff..2100e63 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1023,7 +1023,7 @@ MusePack, Monkey's Audio, and WavPack files.")
        ("emacs" ,emacs-no-x)))
     ;; Extempore refuses to build on architectures other than x86_64
     (supported-systems '("x86_64-linux"))
-    (home-page "https://digego.github.io/extempore/";)
+    (home-page "https://github.com/digego/extempore";)
     (synopsis "Programming environment for live coding of multimedia")
     (description
      "Extempore is a programming language and runtime environment designed



reply via email to

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