diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 00:58:28 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-13 22:57:04 +0100 |
commit | 788425c2a8df0545fd31cb8ed4578ecb635739c3 (patch) | |
tree | f4d98764e9ce9dd93e5277517f7459090574546a /gnu/packages/mp3.scm | |
parent | 9afbfc7a9a54dba6a64783f79f5bf8240604e62e (diff) | |
download | patches-788425c2a8df0545fd31cb8ed4578ecb635739c3.tar patches-788425c2a8df0545fd31cb8ed4578ecb635739c3.tar.gz |
gnu: taglib: Use HTTPS home page.
* gnu/packages/mp3.scm (taglib)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/mp3.scm')
-rw-r--r-- | gnu/packages/mp3.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm index af3cc2540f..ae234afa29 100644 --- a/gnu/packages/mp3.scm +++ b/gnu/packages/mp3.scm @@ -172,7 +172,7 @@ a highly stable and efficient implementation.") '(#:tests? #f ; Tests are not ran with BUILD_SHARED_LIBS on. #:configure-flags (list "-DBUILD_SHARED_LIBS=ON"))) (inputs `(("zlib" ,zlib))) - (home-page "http://taglib.org") + (home-page "https://taglib.org") (synopsis "Library to access audio file meta-data") (description "TagLib is a C++ library for reading and editing the meta-data of several |