mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: wavpack: Use HTTPS home page URI.
* gnu/packages/audio.scm (wavpack)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
597579afc3
commit
372b15f862
1 changed files with 1 additions and 1 deletions
|
@ -3242,7 +3242,7 @@ (define-public wavpack
|
|||
`(("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
("libtool" ,libtool)))
|
||||
(home-page "http://www.wavpack.com/")
|
||||
(home-page "https://www.wavpack.com/")
|
||||
(synopsis "Hybrid lossless audio codec")
|
||||
(description
|
||||
"WavPack is an audio compression format with lossless, lossy and hybrid
|
||||
|
|
Loading…
Reference in a new issue