mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: taglib: Use HTTPS home page.
* gnu/packages/mp3.scm (taglib)[home-page]: Use HTTPS.
This commit is contained in:
parent
9afbfc7a9a
commit
788425c2a8
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ (define-public taglib
|
|||
'(#: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
|
||||
|
|
Loading…
Reference in a new issue