[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/17: gnu: lv2: Use HTTPS.
From: |
guix-commits |
Subject: |
01/17: gnu: lv2: Use HTTPS. |
Date: |
Thu, 16 Jul 2020 14:13:29 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 2c735995868b77eed6ae52379a474b605d19f1a3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jul 16 17:06:01 2020 +0200
gnu: lv2: Use HTTPS.
* gnu/packages/audio.scm (lv2)[source, home-page]: Use HTTPS.
---
gnu/packages/audio.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index e3085b8..573731e 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.
- branch master updated (b736e9b -> 2ffd131), guix-commits, 2020/07/16
- 01/17: gnu: lv2: Use HTTPS.,
guix-commits <=
- 02/17: gnu: lirc: Use HTTPS home page., guix-commits, 2020/07/16
- 03/17: gnu: lsof: Use HTTPS home page., guix-commits, 2020/07/16
- 04/17: gnu: bombadillo: Use HTTPS home page., guix-commits, 2020/07/16
- 05/17: gnu: Update Haskell Wiki URIs., guix-commits, 2020/07/16
- 07/17: gnu: Use HTTPS for www.yesodweb.com., guix-commits, 2020/07/16
- 08/17: gnu: ghc-pandoc-types: Use HTTPS home page., guix-commits, 2020/07/16
- 09/17: gnu: Use HTTPS for igraph.org., guix-commits, 2020/07/16
- 11/17: gnu: Use HTTPS for biojava.org home pages., guix-commits, 2020/07/16
- 13/17: gnu: libyaml: Use HTTPS., guix-commits, 2020/07/16
- 14/17: gnu: java-xmlunit: Use HTTPS home page., guix-commits, 2020/07/16