guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/11: gnu: OpenAL: Update home page.


From: guix-commits
Subject: 07/11: gnu: OpenAL: Update home page.
Date: Tue, 10 Dec 2019 19:14:16 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit b7ea10d090cf0ffc04a08bed67c831bfe5ab9ec2
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 10 21:19:09 2019 +0100

    gnu: OpenAL: Update home page.
    
    * gnu/packages/audio.scm (openal)[source, home-page]: Use HTTPS.
---
 gnu/packages/audio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 27693d0..24c294b 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]