mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: glulxe: Use HTTPS home page.
* gnu/packages/games.scm (glulxe)[home-page]: Use HTTPS.
This commit is contained in:
parent
7842ddcbc1
commit
bac03797fd
1 changed files with 1 additions and 1 deletions
|
@ -2164,7 +2164,7 @@ (define-public glulxe
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue