mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: extempore: Use HTTPS home page.
* gnu/packages/music.scm (extempore)[home-page]: Use HTTPS.
This commit is contained in:
parent
51d9c867aa
commit
181d19ab2c
1 changed files with 1 additions and 1 deletions
|
@ -754,7 +754,7 @@ (define-public extempore
|
|||
("emacs" ,emacs-no-x)))
|
||||
;; Extempore refuses to build on architectures other than x86_64
|
||||
(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")
|
||||
(description
|
||||
"Extempore is a programming language and runtime environment designed
|
||||
|
|
Loading…
Reference in a new issue