aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/game-development.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2020-06-10 17:26:07 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2020-06-10 17:26:07 +0200
commit0661638f5ef2b874769720a2109a8499aef3ae34 (patch)
treee49735b48b7b85b8afd92c215be6722c85b1b7a1 /gnu/packages/game-development.scm
parentbf8e10051be091fdb81576fdcf58aee8f5afe6b2 (diff)
downloadguix-0661638f5ef2b874769720a2109a8499aef3ae34.tar
guix-0661638f5ef2b874769720a2109a8499aef3ae34.tar.gz
gnu: grfcodec: Use HTTPS home page URI.
* gnu/packages/game-development.scm (grfcodec)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu/packages/game-development.scm')
-rw-r--r--gnu/packages/game-development.scm2
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.