diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-20 01:50:12 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-20 04:22:26 +0100 |
commit | bac03797fde1bf0e9c73fe0eff5088e432b4e27d (patch) | |
tree | 0404fa7c6f6bfd032c895b49fda3742f3027afe6 /gnu | |
parent | 7842ddcbc118cbc2799e22651732b7cdc06b93ee (diff) | |
download | patches-bac03797fde1bf0e9c73fe0eff5088e432b4e27d.tar patches-bac03797fde1bf0e9c73fe0eff5088e432b4e27d.tar.gz |
gnu: glulxe: Use HTTPS home page.
* gnu/packages/games.scm (glulxe)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-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 c945e3ab45..256566ed90 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2164,7 +2164,7 @@ using the @code{curses.h} library for screen control.") (install-file "glulxe" bin)) #t)) (delete 'configure)))) ; no configure script - (home-page "http://www.eblong.com/zarf/glulx/") + (home-page "https://www.eblong.com/zarf/glulx/") (synopsis "Interpreter for Glulx VM") (description "Glulx is a 32-bit portable virtual machine intended for writing and |