diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-04-02 12:00:28 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-04-02 17:25:03 +0200 |
commit | 95708ed8d6de57cd2aa38408021190b4c8efd211 (patch) | |
tree | 5dd8d75f61b9f5dc6a463b18e11304941b2dd3cb /gnu/packages | |
parent | 0a1513513a21f4401029a646c348c185d86928dd (diff) | |
download | guix-95708ed8d6de57cd2aa38408021190b4c8efd211.tar guix-95708ed8d6de57cd2aa38408021190b4c8efd211.tar.gz |
gnu: extempore: Update home page.
* gnu/packages/music.scm (extempore)[home-page]: Use new home page.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/music.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index c7117619d8..8538d3bb36 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -479,7 +479,7 @@ enable professional yet simple and intuitive pattern-based drum programming.") ("emacs" ,emacs-no-x))) ;; Extempore refuses to build on architectures other than x86_64 (supported-systems '("x86_64-linux")) - (home-page "http://benswift.me/extempore-docs/index.html") + (home-page "http://digego.github.io/extempore/") (synopsis "Programming environment for live coding of multimedia") (description "Extempore is a programming language and runtime environment designed |