From df0fd7bfe0ba6b059136125b064e511b12a0f5af Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 5 Jul 2018 02:26:11 +0200 Subject: gnu: nml: Use HTTPS home page. * gnu/packages/game-development.scm (nml)[home-page]: Use HTTPS. --- gnu/packages/game-development.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') 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 -- cgit v1.2.3