gnu: OpenAL: Update home page.
* gnu/packages/audio.scm (openal)[source, home-page]: Use HTTPS.
This commit is contained in:
parent
69290fd034
commit
b7ea10d090
1 changed files with 2 additions and 2 deletions
|
@ -1970,7 +1970,7 @@ lv2-c++-tools.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://openal-soft.org/openal-releases/openal-soft-"
|
"https://openal-soft.org/openal-releases/openal-soft-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -2007,7 +2007,7 @@ emitters are among the features handled by the API. More advanced effects,
|
||||||
including air absorption, occlusion, and environmental reverb, are available
|
including air absorption, occlusion, and environmental reverb, are available
|
||||||
through the EFX extension. It also facilitates streaming audio, multi-channel
|
through the EFX extension. It also facilitates streaming audio, multi-channel
|
||||||
buffers, and audio capture.")
|
buffers, and audio capture.")
|
||||||
(home-page "http://openal-soft.org/")
|
(home-page "https://openal-soft.org/")
|
||||||
(license license:lgpl2.0+)))
|
(license license:lgpl2.0+)))
|
||||||
|
|
||||||
(define-public freealut
|
(define-public freealut
|
||||||
|
|
Reference in a new issue