diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-17 12:17:27 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-17 12:50:20 +0200 |
commit | 36aff81aa3f683e3dd4b36ee0f008cf425af3c59 (patch) | |
tree | 64d2a4904bf9cb80d564773efb472151fb655f21 /gnu/packages/games.scm | |
parent | 956bcc8ed2625e1eb4dbd29d4edbc229b7d3a8c4 (diff) | |
download | guix-36aff81aa3f683e3dd4b36ee0f008cf425af3c59.tar guix-36aff81aa3f683e3dd4b36ee0f008cf425af3c59.tar.gz |
gnu: powwow: Use HTTPS home page.
* gnu/packages/games.scm (powwow)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/games.scm')
-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 2015e3ce47..5a409ba690 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2707,7 +2707,7 @@ is attributed to Albert Einstein.") (inputs `(("ncurses" ,ncurses))) (build-system gnu-build-system) - (home-page "http://www.hoopajoo.net/projects/powwow.html") + (home-page "https://www.hoopajoo.net/projects/powwow.html") (synopsis "MUD and telnet client") (description "POWWOW is a client software which can be used for telnet as well as for |