From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52538) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eJjkp-0003EV-T6 for guix-patches@gnu.org; Tue, 28 Nov 2017 12:33:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eJjkk-000255-EP for guix-patches@gnu.org; Tue, 28 Nov 2017 12:33:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54533) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eJjkk-00024z-9T for guix-patches@gnu.org; Tue, 28 Nov 2017 12:33:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eJjkk-0006Gn-36 for guix-patches@gnu.org; Tue, 28 Nov 2017 12:33:02 -0500 Subject: [bug#29392] [PATCH 11/11] gnu: pingus: Use HTTPS for home page. Resent-Message-ID: From: Arun Isaac Date: Tue, 28 Nov 2017 22:36:51 +0530 Message-Id: <20171128170651.6136-12-arunisaac@systemreboot.net> In-Reply-To: <20171128170651.6136-1-arunisaac@systemreboot.net> References: <20171128170651.6136-1-arunisaac@systemreboot.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 29392@debbugs.gnu.org * 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 a699fadc2..b966ec498 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -822,7 +822,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