diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-06-10 17:26:07 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-06-10 17:26:07 +0200 |
commit | 0661638f5ef2b874769720a2109a8499aef3ae34 (patch) | |
tree | e49735b48b7b85b8afd92c215be6722c85b1b7a1 /gnu/packages | |
parent | bf8e10051be091fdb81576fdcf58aee8f5afe6b2 (diff) | |
download | guix-0661638f5ef2b874769720a2109a8499aef3ae34.tar.gz guix-0661638f5ef2b874769720a2109a8499aef3ae34.zip |
gnu: grfcodec: Use HTTPS home page URI.
* gnu/packages/game-development.scm (grfcodec)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu/packages')
-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 fae5d591aa..785447644c 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -240,7 +240,7 @@ with a specific task: @item @code{nforenum} checks NFO code for errors, making corrections when necessary. @end enumerate") - (home-page "http://dev.openttdcoop.org/projects/grfcodec") + (home-page "https://dev.openttdcoop.org/projects/grfcodec") ;; GRFCodec, GRFID, and GRFStrip are exclusively under the GPL2. ;; NFORenum is under the GPL2+. ;; The MD5 implementation contained in GRFID is under the zlib license. |