diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-12-10 21:19:09 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-12-11 01:13:24 +0100 |
commit | b7ea10d090cf0ffc04a08bed67c831bfe5ab9ec2 (patch) | |
tree | a23a98fb8b075a4864cc667dab5610578da05292 /gnu | |
parent | 69290fd0346b1155720d7fbce0bb6321e0ba36e1 (diff) | |
download | patches-b7ea10d090cf0ffc04a08bed67c831bfe5ab9ec2.tar patches-b7ea10d090cf0ffc04a08bed67c831bfe5ab9ec2.tar.gz |
gnu: OpenAL: Update home page.
* gnu/packages/audio.scm (openal)[source, home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/audio.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 27693d02b0..24c294b8e2 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -1970,7 +1970,7 @@ lv2-c++-tools.") (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 @@ emitters are among the features handled by the API. More advanced effects, 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 |