diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:11:59 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-18 16:18:23 +0100 |
commit | e2f28609dee5dc69a48dd229651c66cea0904807 (patch) | |
tree | b67765054ccd387c36792df4a1e8532b8d24ca12 | |
parent | 3e97cf47313d5169218421d28f6a50a4072d1c19 (diff) |
gnu: mrrescue: Use HTTPS home page.
* gnu/packages/games.scm (mrrescue)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/games.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 66495489e8..0af8d56e00 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4088,7 +4088,7 @@ colors, pictures, and sounds.") (inputs `(("bash" ,bash) ("love" ,love))) - (home-page "http://tangramgames.dk/games/mrrescue") + (home-page "https://tangramgames.dk/games/mrrescue") (synopsis "Arcade-style fire fighting game") (description "Mr. Rescue is an arcade styled 2d action game centered around evacuating |