gnu: grfcodec: Use HTTPS home page URI.
* gnu/packages/game-development.scm (grfcodec)[home-page]: Use HTTPS URI.master
parent
bf8e10051b
commit
0661638f5e
|
@ -240,7 +240,7 @@ with a specific task:
|
||||||
@item @code{nforenum} checks NFO code for errors, making corrections when
|
@item @code{nforenum} checks NFO code for errors, making corrections when
|
||||||
necessary.
|
necessary.
|
||||||
@end enumerate")
|
@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.
|
;; GRFCodec, GRFID, and GRFStrip are exclusively under the GPL2.
|
||||||
;; NFORenum is under the GPL2+.
|
;; NFORenum is under the GPL2+.
|
||||||
;; The MD5 implementation contained in GRFID is under the zlib license.
|
;; The MD5 implementation contained in GRFID is under the zlib license.
|
||||||
|
|
Reference in New Issue