diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-01 16:15:33 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-03 01:52:44 +0100 |
commit | c93bd94c491f9aed78cd1995630274e33d841b73 (patch) | |
tree | 054c7fc29866addaeffbe3cad175e7b2b24b8ab2 | |
parent | b1d13e40fe27da17dca9bc37a1fb5f3dca70d687 (diff) |
gnu: soundtouch: Use HTTPS home page.
* gnu/packages/audio.scm (soundtouch)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/audio.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 79783e193d..7b0c540d7a 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -2706,7 +2706,7 @@ Tracker 3 S3M and Impulse Tracker IT files.") ("automake" ,automake) ("libtool" ,libtool) ("file" ,file))) - (home-page "http://www.surina.net/soundtouch/") + (home-page "https://www.surina.net/soundtouch/") (synopsis "Audio processing library for changing tempo, pitch and playback rate") (description |