diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-21 21:22:40 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-21 22:07:13 +0200 |
commit | 074dd909a276fa569231fc776fc65344b946fd1c (patch) | |
tree | a2895ac84128923b1b789e7ecb270eed9f7ccdc3 /gnu/packages/games.scm | |
parent | 2b744c21cb5b087c6e9e54b65127d06058e45f54 (diff) | |
download | patches-074dd909a276fa569231fc776fc65344b946fd1c.tar patches-074dd909a276fa569231fc776fc65344b946fd1c.tar.gz |
gnu: manaplus: Use HTTPS origin & home page.
* gnu/packages/games.scm (manaplus)[source, home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 6c4e83d061..870becc50b 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2341,7 +2341,7 @@ on the screen and keyboard to display letters.") (source (origin (method url-fetch) (uri (string-append - "http://repo.manaplus.org/manaplus/download/" + "https://repo.manaplus.org/manaplus/download/" version "/manaplus-" version ".tar.xz")) (sha256 (base32 @@ -2360,7 +2360,7 @@ on the screen and keyboard to display letters.") ("libxml2" ,libxml2) ("mesa" ,mesa) ("sdl-union" ,(sdl-union)))) - (home-page "http://manaplus.org") + (home-page "https://manaplus.org") (synopsis "Client for 'The Mana World' and similar games") (description "ManaPlus is a 2D MMORPG client for game servers. It is the only |