gnu: freealut: Use HTTPS home page.
* gnu/packages/audio.scm (freealut)[home-page]: Use HTTPS.master
parent
8173e7a02a
commit
aeca60707a
|
@ -2112,7 +2112,7 @@ buffers, and audio capture.")
|
||||||
`(("openal" ,openal)))
|
`(("openal" ,openal)))
|
||||||
(synopsis "Free implementation of OpenAL's ALUT standard")
|
(synopsis "Free implementation of OpenAL's ALUT standard")
|
||||||
(description "freealut is the OpenAL Utility Toolkit.")
|
(description "freealut is the OpenAL Utility Toolkit.")
|
||||||
(home-page "http://kcat.strangesoft.net/openal.html")
|
(home-page "https://kcat.strangesoft.net/openal.html")
|
||||||
(license license:lgpl2.0)))
|
(license license:lgpl2.0)))
|
||||||
|
|
||||||
(define-public patchage
|
(define-public patchage
|
||||||
|
|
Reference in New Issue