mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: libgig: Use HTTPS home page.
* gnu/packages/music.scm (libgig)[home-page]: Use HTTPS.
This commit is contained in:
parent
31b8576175
commit
2c051312b5
1 changed files with 1 additions and 1 deletions
|
@ -2284,7 +2284,7 @@ (define-public libgig
|
|||
("libsndfile" ,libsndfile)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(home-page "http://linuxsampler.org/libgig/")
|
||||
(home-page "https://linuxsampler.org/libgig/")
|
||||
(synopsis "C++ library for working with Gigasampler (.gig) files")
|
||||
(description
|
||||
"Libgig is a C++ library for loading, modifying existing and creating new
|
||||
|
|
Loading…
Reference in a new issue