gnu: OpenAL: Update home page.

* gnu/packages/audio.scm (openal)[source, home-page]: Use HTTPS.
This commit is contained in:
Marius Bakke 2019-12-10 21:19:09 +01:00
parent 69290fd034
commit b7ea10d090
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1970,7 +1970,7 @@ (define-public openal
(source (origin
(method url-fetch)
(uri (string-append
"http://openal-soft.org/openal-releases/openal-soft-"
"https://openal-soft.org/openal-releases/openal-soft-"
version ".tar.bz2"))
(sha256
(base32
@ -2007,7 +2007,7 @@ (define-public openal
including air absorption, occlusion, and environmental reverb, are available
through the EFX extension. It also facilitates streaming audio, multi-channel
buffers, and audio capture.")
(home-page "http://openal-soft.org/")
(home-page "https://openal-soft.org/")
(license license:lgpl2.0+)))
(define-public freealut