From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53208) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eHRhO-0007ex-Ae for guix-patches@gnu.org; Wed, 22 Nov 2017 04:52:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eHRhN-00083v-6b for guix-patches@gnu.org; Wed, 22 Nov 2017 04:52:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:43173) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eHRhN-00083n-2r for guix-patches@gnu.org; Wed, 22 Nov 2017 04:52:05 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eHRhM-0005QI-Rk for guix-patches@gnu.org; Wed, 22 Nov 2017 04:52:04 -0500 Subject: [bug#29392] [PATCH 11/11] gnu: pingus: Use HTTPS for home page. Resent-Message-ID: From: Arun Isaac Date: Wed, 22 Nov 2017 15:05:07 +0530 Message-Id: <20171122093507.6827-11-arunisaac@systemreboot.net> In-Reply-To: <20171122093507.6827-1-arunisaac@systemreboot.net> References: <20171122093507.6827-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 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