diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 00:54:41 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-18 18:25:29 +0100 |
commit | a4e8a9e0f0dbbe9eb980a7fb33846d38f3f67c08 (patch) | |
tree | 00dd4ef2490aca9e37dc910952c6f01052c604a7 /gnu/packages/audio.scm | |
parent | adbdf188c28c503a9c875b793bc88548d3cd702f (diff) | |
download | patches-a4e8a9e0f0dbbe9eb980a7fb33846d38f3f67c08.tar patches-a4e8a9e0f0dbbe9eb980a7fb33846d38f3f67c08.tar.gz |
gnu: Use HTTPS for elephly.net home pages.
* gnu/packages/audio.scm (lv2-mda-epiano, lv2-mda-piano)[home-page]:
Use HTTPS.
Diffstat (limited to 'gnu/packages/audio.scm')
-rw-r--r-- | gnu/packages/audio.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 3cb32d2e0f..5b8c610882 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -1988,7 +1988,7 @@ software.") (list (search-path-specification (variable "LV2_PATH") (files '("lib/lv2"))))) - (home-page "http://elephly.net/lv2/mdapiano.html") + (home-page "https://elephly.net/lv2/mdapiano.html") (synopsis "LV2 port of the mda Piano plugin") (description "An LV2 port of the mda Piano VSTi.") (license license:gpl3+))) @@ -2002,7 +2002,7 @@ software.") (string-append "PREFIX=" (assoc-ref %outputs "out"))) #:tests? #f ; no check target #:phases (modify-phases %standard-phases (delete 'configure)))) - (home-page "http://elephly.net/lv2/mdaepiano.html") + (home-page "https://elephly.net/lv2/mdaepiano.html") (synopsis "LV2 port of the mda EPiano plugin") (description "An LV2 port of the mda EPiano VSTi."))) |