gnu: extempore: Fix home page URL.
* gnu/packages/music.scm (extempore)[home-page]: Fix URL.master
parent
18eb35ac48
commit
8ef1f24f16
|
@ -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
|
||||
|
|
Reference in New Issue