aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2018-10-10 14:30:39 +0200
committerLudovic Courtès <ludo@gnu.org>2018-10-10 14:30:39 +0200
commit6b009dbfea3e44a66533a5ea41879df669923cff (patch)
tree77de3d84bd7af26495e175b27d4608344c008825
parent296ad592166841c3b6762bc4e9114d12451498cf (diff)
downloadguix-6b009dbfea3e44a66533a5ea41879df669923cff.tar
guix-6b009dbfea3e44a66533a5ea41879df669923cff.tar.gz
gnu: openal: Update source and home page URLs.
Fixes <https://bugs.gnu.org/33000>. Reported by Nam Nguyen <namn@berkeley.edu>. * gnu/packages/audio.scm (openal)[source, home-page]: Update URLs.
-rw-r--r--gnu/packages/audio.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index b858a35359..d233940f23 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1913,7 +1913,7 @@ lv2-c++-tools.")
(source (origin
(method url-fetch)
(uri (string-append
- "http://kcat.strangesoft.net/openal-releases/openal-soft-"
+ "http://openal-soft.org/openal-releases/openal-soft-"
version ".tar.bz2"))
(sha256
(base32
@@ -1950,7 +1950,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://kcat.strangesoft.net/openal.html")
+ (home-page "http://openal-soft.org/")
(license license:lgpl2.0+)))
(define-public freealut