gnu: extempore: Use HTTPS home page.
* gnu/packages/music.scm (extempore)[home-page]: Use HTTPS.master
parent
51d9c867aa
commit
181d19ab2c
|
@ -754,7 +754,7 @@ MusePack, Monkey's Audio, and WavPack files.")
|
||||||
("emacs" ,emacs-no-x)))
|
("emacs" ,emacs-no-x)))
|
||||||
;; Extempore refuses to build on architectures other than x86_64
|
;; Extempore refuses to build on architectures other than x86_64
|
||||||
(supported-systems '("x86_64-linux"))
|
(supported-systems '("x86_64-linux"))
|
||||||
(home-page "http://digego.github.io/extempore/")
|
(home-page "https://digego.github.io/extempore/")
|
||||||
(synopsis "Programming environment for live coding of multimedia")
|
(synopsis "Programming environment for live coding of multimedia")
|
||||||
(description
|
(description
|
||||||
"Extempore is a programming language and runtime environment designed
|
"Extempore is a programming language and runtime environment designed
|
||||||
|
|
Reference in New Issue