diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-06 06:04:33 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-06 06:04:49 +0200 |
commit | 88b028f3a9d4187021b40def68e8474d43dc1e1a (patch) | |
tree | eca9e2804af826fc4a62cd1383eaad7cabb14f24 | |
parent | 9062cf8cab89da9b63514a7c0065c7d1243a54a2 (diff) | |
download | patches-88b028f3a9d4187021b40def68e8474d43dc1e1a.tar patches-88b028f3a9d4187021b40def68e8474d43dc1e1a.tar.gz |
gnu: tiled: Use HTTPS home page.
* gnu/packages/game-development.scm (tiled)[home-page]: Use HTTPS.
-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 5b7ab2cc29..f6f23a116e 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -465,7 +465,7 @@ support.") (let ((out (assoc-ref outputs "out"))) (invoke "qmake" (string-append "PREFIX=" out)))))))) - (home-page "http://www.mapeditor.org/") + (home-page "https://www.mapeditor.org/") (synopsis "Tile map editor") (description "Tiled is a general purpose tile map editor. It is meant to be used for |