diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 01:10:37 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-11 03:01:45 +0100 |
commit | 6c82576e6da2e3e73a9a3a58ab11c9629cbf8cf9 (patch) | |
tree | d5837ec481d1e67e0143326244c784ee44a7c1f8 | |
parent | 76dc85e48c582deeb885e1120c45e9f8a981b4e8 (diff) | |
download | guix-6c82576e6da2e3e73a9a3a58ab11c9629cbf8cf9.tar.gz |
gnu: grue-hunter: Use HTTPS home page.
* gnu/packages/games.scm (grue-hunter)[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 340e758a95..b9ba8829a0 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -3486,7 +3486,7 @@ Red Eclipse provides fast paced and accessible gameplay.") ("tar" ,tar) ("gzip" ,gzip) ("tarball" ,source))) - (home-page "http://jxself.org/grue-hunter.shtml") + (home-page "https://jxself.org/grue-hunter.shtml") (synopsis "Text adventure game") (description "Grue Hunter is a text adventure game written in Perl. You must make |