diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-07-05 02:26:11 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-07-05 02:35:04 +0200 |
commit | df0fd7bfe0ba6b059136125b064e511b12a0f5af (patch) | |
tree | df3cb2c4964d4d3865ef53761205d222933f61bf /gnu/packages/game-development.scm | |
parent | 4294f7dfeaf3a8f690ad6d04d1e5d6fed0be6446 (diff) | |
download | patches-df0fd7bfe0ba6b059136125b064e511b12a0f5af.tar patches-df0fd7bfe0ba6b059136125b064e511b12a0f5af.tar.gz |
gnu: nml: Use HTTPS home page.
* gnu/packages/game-development.scm (nml)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/game-development.scm')
-rw-r--r-- | gnu/packages/game-development.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index a715c958cd..53d77bcb10 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -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 |