guix-patches
[Top][All Lists]
Advanced

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

[bug#29392] [PATCH 11/11] gnu: pingus: Use HTTPS for home page.


From: Arun Isaac
Subject: [bug#29392] [PATCH 11/11] gnu: pingus: Use HTTPS for home page.
Date: Wed, 22 Nov 2017 15:05:07 +0530

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

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index dd0d83538..72cd60c32 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -736,7 +736,7 @@ fight Morgoth, the Lord of Darkness.")
        #:phases
        (modify-phases %standard-phases
          (delete 'configure)))) ; no configure script
-    (home-page "http://pingus.seul.org/welcome.html";)
+    (home-page "https://pingus.seul.org/welcome.html";)
     (synopsis "Lemmings clone")
     (description
      "Pingus is a free Lemmings-like puzzle game in which the player takes
-- 
2.15.0






reply via email to

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