summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-06-13 17:57:50 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-06-14 00:05:09 +0200
commitd321d35aa9b4a1100335113c23b1eb72850e8074 (patch)
tree7205607a5b1859ad10a45bc429d07fcbb3796527
parent4c9577443f9a646d884e8fad99846e7a37b6b288 (diff)
downloadguix-patches-d321d35aa9b4a1100335113c23b1eb72850e8074.tar
guix-patches-d321d35aa9b4a1100335113c23b1eb72850e8074.tar.gz
gnu: angband: Use HTTPS.
* gnu/packages/games.scm (angband)[source, home-page]: Use HTTPS.
-rw-r--r--gnu/packages/games.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 107115170a..5f3ac201e4 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