diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 23:41:57 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-19 00:42:13 +0100 |
commit | 181d19ab2c069448753e68939bc484b302342e38 (patch) | |
tree | c496fc2ff8b0cbd52afb0b36207e739e1f7f0e87 /gnu | |
parent | 51d9c867aacf1ff3585f01181ccb36271fd920c7 (diff) | |
download | patches-181d19ab2c069448753e68939bc484b302342e38.tar patches-181d19ab2c069448753e68939bc484b302342e38.tar.gz |
gnu: extempore: Use HTTPS home page.
* gnu/packages/music.scm (extempore)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-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 0f4b75b1b6..468be9937f 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -754,7 +754,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 "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 |