gnu: manaplus: Use HTTPS origin & home page.
* gnu/packages/games.scm (manaplus)[source, home-page]: Use HTTPS.
This commit is contained in:
parent
2b744c21cb
commit
074dd909a2
|
@ -2341,7 +2341,7 @@ on the screen and keyboard to display letters.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://repo.manaplus.org/manaplus/download/"
|
"https://repo.manaplus.org/manaplus/download/"
|
||||||
version "/manaplus-" version ".tar.xz"))
|
version "/manaplus-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -2360,7 +2360,7 @@ on the screen and keyboard to display letters.")
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("mesa" ,mesa)
|
("mesa" ,mesa)
|
||||||
("sdl-union" ,(sdl-union))))
|
("sdl-union" ,(sdl-union))))
|
||||||
(home-page "http://manaplus.org")
|
(home-page "https://manaplus.org")
|
||||||
(synopsis "Client for 'The Mana World' and similar games")
|
(synopsis "Client for 'The Mana World' and similar games")
|
||||||
(description
|
(description
|
||||||
"ManaPlus is a 2D MMORPG client for game servers. It is the only
|
"ManaPlus is a 2D MMORPG client for game servers. It is the only
|
||||||
|
|
Loading…
Reference in New Issue