guix-commits
[Top][All Lists]
Advanced

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

09/25: gnu: angband: Use HTTPS.


From: guix-commits
Subject: 09/25: gnu: angband: Use HTTPS.
Date: Sat, 13 Jun 2020 18:49:29 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d321d35aa9b4a1100335113c23b1eb72850e8074
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jun 13 17:57:50 2020 +0200

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

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 1071151..5f3ac20 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1896,7 +1896,7 @@ that beneath its ruins lay buried an ancient evil.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "http://rephial.org/downloads/";
+       (uri (string-append "https://rephial.org/downloads/";
                            (version-major+minor version)
                            "/angband-" version ".tar.gz"))
        (sha256
@@ -1933,7 +1933,7 @@ that beneath its ruins lay buried an ancient evil.")
      `(("autoconf" ,autoconf)
        ("automake" ,automake)))
     (inputs `(("ncurses" ,ncurses)))
-    (home-page "http://rephial.org/";)
+    (home-page "https://rephial.org/";)
     (synopsis "Dungeon exploration roguelike")
     (description "Angband is a Classic dungeon exploration roguelike.  Explore
 the depths below Angband, seeking riches, fighting monsters, and preparing to



reply via email to

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