guix-commits
[Top][All Lists]
Advanced

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

03/03: Use HTTPS for liballeg.org.


From: guix-commits
Subject: 03/03: Use HTTPS for liballeg.org.
Date: Tue, 28 Jan 2020 11:22:40 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 4968ea2c9279389d3b2f427dec29d07f1031784c
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Fri Jan 17 22:18:29 2020 +0100

    Use HTTPS for liballeg.org.
    
    * gnu/packages/game-development.scm (allegro-4, allegro)[home-page]:
    Use HTTPS.
    * guix/licenses.scm (giftware): Likewise.
---
 gnu/packages/game-development.scm | 4 ++--
 guix/licenses.scm                 | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 13006f3..5160bcf 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -723,7 +723,7 @@ package is the Nuklear bindings for LÖVE created by Kevin 
Harrison.")
 multimedia programming.  It handles common, low-level tasks such as creating
 windows, accepting user input, loading data, drawing images, playing sounds,
 etc.")
-    (home-page "http://liballeg.org";)
+    (home-page "https://liballeg.org";)
     (license license:giftware)))
 
 (define-public allegro
@@ -764,7 +764,7 @@ etc.")
 multimedia programming.  It handles common, low-level tasks such as creating
 windows, accepting user input, loading data, drawing images, playing sounds,
 etc.")
-    (home-page "http://liballeg.org";)
+    (home-page "https://liballeg.org";)
     (license license:bsd-3)))
 
 (define-public allegro-5.0
diff --git a/guix/licenses.scm b/guix/licenses.scm
index 41d4fef..a44a5ba 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -286,7 +286,7 @@ at URI, which may be a file:// URI pointing the package's 
tree."
 
 (define giftware
   (license "Giftware"
-           "http://liballeg.org/license.html";
+           "https://liballeg.org/license.html";
            "The Allegro 4 license"))
 
 (define gpl1



reply via email to

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