mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: angband: Use HTTPS.
* gnu/packages/games.scm (angband)[source, home-page]: Use HTTPS.
This commit is contained in:
parent
4c9577443f
commit
d321d35aa9
1 changed files with 2 additions and 2 deletions
|
@ -1896,7 +1896,7 @@ (define-public angband
|
|||
(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 @@ (define-public angband
|
|||
`(("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
|
||||
|
|
Loading…
Reference in a new issue