mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -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))
|
(install-file "glulxe" bin))
|
||||||
#t))
|
#t))
|
||||||
(delete 'configure)))) ; no configure script
|
(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")
|
(synopsis "Interpreter for Glulx VM")
|
||||||
(description
|
(description
|
||||||
"Glulx is a 32-bit portable virtual machine intended for writing and
|
"Glulx is a 32-bit portable virtual machine intended for writing and
|
||||||
|
|
Loading…
Reference in a new issue