gnu: nml: Use HTTPS home page.
* gnu/packages/game-development.scm (nml)[home-page]: Use HTTPS.
This commit is contained in:
parent
4294f7dfea
commit
df0fd7bfe0
|
@ -278,7 +278,7 @@ provide connectivity for client applications written in any language.")
|
|||
(propagated-inputs
|
||||
`(("python-pillow" ,python-pillow)
|
||||
("python-ply" ,python-ply)))
|
||||
(home-page "http://dev.openttdcoop.org/projects/nml")
|
||||
(home-page "https://dev.openttdcoop.org/projects/nml")
|
||||
(synopsis "NML compiler")
|
||||
(description
|
||||
"@dfn{NewGRF Meta Language} (NML) is a python-based compiler, capable of
|
||||
|
|
Loading…
Reference in New Issue