[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: gnu: aubio: Use HTTPS home page.
From: |
Tobias Geerinckx-Rice |
Subject: |
10/10: gnu: aubio: Use HTTPS home page. |
Date: |
Wed, 15 Aug 2018 14:21:09 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit c2f6c9ba26669ad61bff973b259525012bc3ff04
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Aug 15 01:09:05 2018 +0200
gnu: aubio: Use HTTPS home page.
* gnu/packages/audio.scm (aubio)[source, home-page]: Use HTTPS.
---
gnu/packages/audio.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 02af258..8e8d35b 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
- branch master updated (44d085b -> c2f6c9b), Tobias Geerinckx-Rice, 2018/08/15
- 03/10: gnu: tremc: Fix shebang., Tobias Geerinckx-Rice, 2018/08/15
- 01/10: gnu: subversion: Update to 1.10.2., Tobias Geerinckx-Rice, 2018/08/15
- 05/10: gnu: inxi: Update to 3.0.20-1., Tobias Geerinckx-Rice, 2018/08/15
- 06/10: gnu: python-txamqp: Update to 0.8.2., Tobias Geerinckx-Rice, 2018/08/15
- 02/10: gnu: python-lzstring: Update to 1.0.4., Tobias Geerinckx-Rice, 2018/08/15
- 04/10: gnu: tremc: Update to 0.9.1., Tobias Geerinckx-Rice, 2018/08/15
- 07/10: gnu: cvs-fast-export: Update to 1.44., Tobias Geerinckx-Rice, 2018/08/15
- 10/10: gnu: aubio: Use HTTPS home page.,
Tobias Geerinckx-Rice <=
- 09/10: gnu: acpid: Update to 2.0.30., Tobias Geerinckx-Rice, 2018/08/15
- 08/10: gnu: ghc-setlocale: Update to 1.0.0.6., Tobias Geerinckx-Rice, 2018/08/15