guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: branch master updated: gnu: catcodec: Use HTTPS home page URI.
Date: Tue, 26 May 2020 19:47:43 -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 2798d5b  gnu: catcodec: Use HTTPS home page URI.
2798d5b is described below

commit 2798d5b5843b7ad644b63c808cf848bae9cfb954
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Wed May 27 01:47:31 2020 +0200

    gnu: catcodec: Use HTTPS home page URI.
    
    * gnu/packages/game-development.scm (catcodec)[home-page]: Use HTTPS URI.
---
 gnu/packages/game-development.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 99c0711..185f1be 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -256,15 +256,14 @@ necessary.
        (uri (string-append "https://binaries.openttd.org/extra/catcodec/";
                            version "/catcodec-" version "-source.tar.xz"))
        (sha256
-        (base32
-         "1qg0c2i4p29sxj0q6qp2jynlrzm5pphz2xhcjqlxa69ycrnlxzs7"))))
+        (base32 "1qg0c2i4p29sxj0q6qp2jynlrzm5pphz2xhcjqlxa69ycrnlxzs7"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; no tests
        #:make-flags (list (string-append "prefix=" %output))
        #:phases (modify-phases %standard-phases
                   (delete 'configure))))
-    (home-page "http://dev.openttdcoop.org/projects/catcodec";)
+    (home-page "https://dev.openttdcoop.org/projects/catcodec";)
     (synopsis "Encode/decode OpenTTD sounds")
     (description "catcodec encodes and decodes sounds for OpenTTD.  These
 sounds are not much more than some metadata (description and filename) and raw



reply via email to

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