aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/audio.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index e3085b8a7f..573731e1a7 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2094,21 +2094,21 @@ significantly faster and have minimal dependencies.")
(version "1.18.0")
(source (origin
(method url-fetch)
- (uri (string-append "http://lv2plug.in/spec/lv2-"
+ (uri (string-append "https://lv2plug.in/spec/lv2-"
version ".tar.bz2"))
(sha256
(base32
"0gs7401xz23q9vajqr31aa2db8dvssgyh5zrvr4ipa6wig7yb8wh"))))
(build-system waf-build-system)
(arguments
- `(#:tests? #f ; no check target
+ `(#:tests? #f ; no check target
#:configure-flags '("--no-plugins")))
(inputs
;; Leaving off cairo and gtk+-2.0 which are needed for example plugins
`(("libsndfile" ,libsndfile)))
(native-inputs
`(("pkg-config" ,pkg-config)))
- (home-page "http://lv2plug.in/")
+ (home-page "https://lv2plug.in/")
(synopsis "LV2 audio plugin specification")
(description
"LV2 is an open specification for audio plugins and host applications.
9-10 15:44:51 +0200'>2014-09-10Add Marek to 'AUTHORS'.Ludovic Courtès 2014-08-15Update AUTHORS and THANKS.Ludovic Courtès 2014-07-18Update 'AUTHORS'....* AUTHORS: Correct the email address I use for Guix work. John Darrington 2014-07-15Add Jason to 'AUTHORS'.Ludovic Courtès 2014-06-29Add Cyrill to AUTHORS.Ludovic Courtès 2014-04-06Add Alírio to 'AUTHORS'.Ludovic Courtès 2014-02-16Add Manolis to 'AUTHORS'.Ludovic Courtès 2014-02-06Add Raimon to 'AUTHORS'.Ludovic Courtès 2014-01-24Add Sree to 'AUTHORS'.Ludovic Courtès 2013-11-29Update references from Guy's old namegzg 2013-11-26Add Guy to 'AUTHORS'.Ludovic Courtès 2013-11-24Add John to 'AUTHORS'.Ludovic Courtès 2013-10-16Update 'AUTHORS'.Ludovic Courtès 2013-10-14Thank Jeffrin and David.Ludovic Courtès