guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: grfcodec: Use HTTPS home page URI.


From: guix-commits
Subject: branch master updated: gnu: grfcodec: Use HTTPS home page URI.
Date: Wed, 10 Jun 2020 11:26:41 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0661638  gnu: grfcodec: Use HTTPS home page URI.
0661638 is described below

commit 0661638f5ef2b874769720a2109a8499aef3ae34
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jun 10 17:26:07 2020 +0200

    gnu: grfcodec: Use HTTPS home page URI.
    
    * gnu/packages/game-development.scm (grfcodec)[home-page]: Use HTTPS URI.
---
 gnu/packages/game-development.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index fae5d59..7854476 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]