summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-08-15 01:09:05 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-08-15 20:10:23 +0200
commitc2f6c9ba26669ad61bff973b259525012bc3ff04 (patch)
tree58e23499800606c83d5a4f625cb3532bf6635bfb
parent800e4f941559b3fb874a64956915ad461884fadb (diff)
downloadgnu-guix-c2f6c9ba26669ad61bff973b259525012bc3ff04.tar
gnu-guix-c2f6c9ba26669ad61bff973b259525012bc3ff04.tar.gz
gnu: aubio: Use HTTPS home page.
* gnu/packages/audio.scm (aubio)[source, home-page]: Use HTTPS.
-rw-r--r--gnu/packages/audio.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 02af258348..8e8d35b621 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -149,7 +149,7 @@ Filter) modules follow the convention of 1V / Octave.")
(source (origin
(method url-fetch)
(uri (string-append
- "http://aubio.org/pub/aubio-" version ".tar.bz2"))
+ "https://aubio.org/pub/aubio-" version ".tar.bz2"))
(sha256
(base32
"1yvwskahx1bf3x2fvi6cwah1ay11iarh79fjlqz8s887y3hkpixx"))))
@@ -173,7 +173,7 @@ Filter) modules follow the convention of 1V / Octave.")
("fftwf" ,fftwf)))
(native-inputs
`(("pkg-config" ,pkg-config)))
- (home-page "http://aubio.org/")
+ (home-page "https://aubio.org/")
(synopsis "Library for audio labelling")
(description
"aubio is a tool designed for the extraction of annotations from audio