diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-08-26 22:09:03 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-08-26 22:09:03 +0200 |
commit | 4b1b6e859a4076fa9929e2a9e66473ef3cfa1ef6 (patch) | |
tree | 6dc695fed98294644abac63eac43f47a59fc5fcf /gnu/packages/music.scm | |
parent | 44553da9344c62695fd2435cc27e7523f6cee5b2 (diff) | |
download | guix-4b1b6e859a4076fa9929e2a9e66473ef3cfa1ef6.tar.gz |
gnu: denemo: Use HTTPS home page URI.
* gnu/packages/music.scm (denemo)[home-page]: Use HTTPS URI. Change-Id: I07386a8153ed37041d270e52e482d0d1334e6ce5
Diffstat (limited to 'gnu/packages/music.scm')
-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 100a41f87b..7d29bf2182 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -942,7 +942,7 @@ typed in using the computer keyboard, played in using a MIDI keyboard, or even input via a microphone connected to the sound card. The final product is publication-quality music notation that is continuously generated in the background while you work.") - (home-page "http://www.denemo.org") + (home-page "https://www.denemo.org") (license license:gpl3+))) (define-public dumb |