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 @@ improves on support for JACK features, such as JACK MIDI.")
|
||||||
("libsndfile" ,libsndfile)))
|
("libsndfile" ,libsndfile)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("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")
|
(synopsis "C++ library for working with Gigasampler (.gig) files")
|
||||||
(description
|
(description
|
||||||
"Libgig is a C++ library for loading, modifying existing and creating new
|
"Libgig is a C++ library for loading, modifying existing and creating new
|
||||||
|
|
Reference in a new issue