gnu: Use HTTPS for elephly.net home pages.

* gnu/packages/audio.scm (lv2-mda-epiano, lv2-mda-piano)[home-page]:
Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-19 00:54:41 +01:00
parent adbdf188c2
commit a4e8a9e0f0
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1988,7 +1988,7 @@ (define-public lv2-mda-piano
(list (search-path-specification (list (search-path-specification
(variable "LV2_PATH") (variable "LV2_PATH")
(files '("lib/lv2"))))) (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") (synopsis "LV2 port of the mda Piano plugin")
(description "An LV2 port of the mda Piano VSTi.") (description "An LV2 port of the mda Piano VSTi.")
(license license:gpl3+))) (license license:gpl3+)))
@ -2002,7 +2002,7 @@ (define-public lv2-mda-epiano
(string-append "PREFIX=" (assoc-ref %outputs "out"))) (string-append "PREFIX=" (assoc-ref %outputs "out")))
#:tests? #f ; no check target #:tests? #f ; no check target
#:phases (modify-phases %standard-phases (delete 'configure)))) #: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") (synopsis "LV2 port of the mda EPiano plugin")
(description "An LV2 port of the mda EPiano VSTi."))) (description "An LV2 port of the mda EPiano VSTi.")))