guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: tiled: Use HTTPS home page.


From: guix-commits
Subject: 01/01: gnu: tiled: Use HTTPS home page.
Date: Thu, 6 Jun 2019 00:05:19 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 88b028f3a9d4187021b40def68e8474d43dc1e1a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Jun 6 06:04:33 2019 +0200

    gnu: tiled: Use HTTPS home page.
    
    * gnu/packages/game-development.scm (tiled)[home-page]: Use HTTPS.
---
 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 5b7ab2c..f6f23a1 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -465,7 +465,7 @@ support.")
              (let ((out (assoc-ref outputs "out")))
                (invoke "qmake"
                        (string-append "PREFIX=" out))))))))
-    (home-page "http://www.mapeditor.org/";)
+    (home-page "https://www.mapeditor.org/";)
     (synopsis "Tile map editor")
     (description
      "Tiled is a general purpose tile map editor.  It is meant to be used for



reply via email to

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