gnu: lv2: Use HTTPS.
* gnu/packages/audio.scm (lv2)[source, home-page]: Use HTTPS.
This commit is contained in:
parent
b736e9ba2c
commit
2c73599586
1 changed files with 3 additions and 3 deletions
|
@ -2094,21 +2094,21 @@ significantly faster and have minimal dependencies.")
|
||||||
(version "1.18.0")
|
(version "1.18.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://lv2plug.in/spec/lv2-"
|
(uri (string-append "https://lv2plug.in/spec/lv2-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gs7401xz23q9vajqr31aa2db8dvssgyh5zrvr4ipa6wig7yb8wh"))))
|
"0gs7401xz23q9vajqr31aa2db8dvssgyh5zrvr4ipa6wig7yb8wh"))))
|
||||||
(build-system waf-build-system)
|
(build-system waf-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no check target
|
`(#:tests? #f ; no check target
|
||||||
#:configure-flags '("--no-plugins")))
|
#:configure-flags '("--no-plugins")))
|
||||||
(inputs
|
(inputs
|
||||||
;; Leaving off cairo and gtk+-2.0 which are needed for example plugins
|
;; Leaving off cairo and gtk+-2.0 which are needed for example plugins
|
||||||
`(("libsndfile" ,libsndfile)))
|
`(("libsndfile" ,libsndfile)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(home-page "http://lv2plug.in/")
|
(home-page "https://lv2plug.in/")
|
||||||
(synopsis "LV2 audio plugin specification")
|
(synopsis "LV2 audio plugin specification")
|
||||||
(description
|
(description
|
||||||
"LV2 is an open specification for audio plugins and host applications.
|
"LV2 is an open specification for audio plugins and host applications.
|
||||||
|
|
Reference in a new issue