guix-commits
[Top][All Lists]
Advanced

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

07/15: gnu: freealut: Use HTTPS home page.


From: guix-commits
Subject: 07/15: gnu: freealut: Use HTTPS home page.
Date: Tue, 10 Mar 2020 19:30:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit aeca60707aed05dde427a5a944cd308d7dcdf082
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 22:29:26 2020 +0100

    gnu: freealut: Use HTTPS home page.
    
    * gnu/packages/audio.scm (freealut)[home-page]: Use HTTPS.
---
 gnu/packages/audio.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 6056ded..63227b8 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2112,7 +2112,7 @@ buffers, and audio capture.")
      `(("openal" ,openal)))
     (synopsis "Free implementation of OpenAL's ALUT standard")
     (description "freealut is the OpenAL Utility Toolkit.")
-    (home-page "http://kcat.strangesoft.net/openal.html";)
+    (home-page "https://kcat.strangesoft.net/openal.html";)
     (license license:lgpl2.0)))
 
 (define-public patchage



reply via email to

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