diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 23:49:47 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-14 03:43:46 +0100 |
commit | 954bfbdf775d5edd3de162d33f69ed586e0f3103 (patch) | |
tree | b686cfd5367709a9fdfd490866eafe808b344325 /gnu | |
parent | 1df9bee78645add6a80277941ab4f0658feda9b7 (diff) |
gnu: cdparanoia: Use HTTPS home page.
* gnu/packages/cdrom.scm (cdparanoia)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cdrom.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm index b6bdf33eef..d6127d11f9 100644 --- a/gnu/packages/cdrom.scm +++ b/gnu/packages/cdrom.scm @@ -213,7 +213,7 @@ files.") `(#:tests? #f ; there is no check target #:configure-flags ; Add $libdir to the RUNPATH of all the executables. (list (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib")))) - (home-page "http://www.xiph.org/paranoia/") + (home-page "https://www.xiph.org/paranoia/") (synopsis "Audio CD reading utility") (description "Cdparanoia retrieves audio tracks from CDDA capable CDROM drives. The data can be saved to a file or directed to standard output |