From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 09E1C138334 for ; Sun, 3 Jun 2018 13:49:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5146BE09F7; Sun, 3 Jun 2018 13:49:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E9E3E09F7 for ; Sun, 3 Jun 2018 13:49:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B87CC335C72 for ; Sun, 3 Jun 2018 13:49:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E83242C4 for ; Sun, 3 Jun 2018 13:49:01 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1528033706.3dbb66e53314bcae06ff860b5766c1f6667e18f7.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/page/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/page/page-1.9.9-r2.ebuild X-VCS-Directories: x11-wm/page/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 3dbb66e53314bcae06ff860b5766c1f6667e18f7 X-VCS-Branch: master Date: Sun, 3 Jun 2018 13:49:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 02af9808-d8db-4310-acee-1082e5a9add2 X-Archives-Hash: a954cfcb711e2939186a1b9a0d07ac27 commit: 3dbb66e53314bcae06ff860b5766c1f6667e18f7 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Jun 3 09:21:33 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Jun 3 13:48:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dbb66e5 x11-wm/page: use HTTPs x11-wm/page/page-1.9.9-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/page/page-1.9.9-r2.ebuild b/x11-wm/page/page-1.9.9-r2.ebuild index a99b66b7428..99ef8410fff 100644 --- a/x11-wm/page/page-1.9.9-r2.ebuild +++ b/x11-wm/page/page-1.9.9-r2.ebuild @@ -4,7 +4,7 @@ EAPI=6 DESCRIPTION="A mouse friendly tiling window manager" -HOMEPAGE="http://www.hzog.net/index.php/Main_Page" +HOMEPAGE="https://www.hzog.net/index.php/Main_Page" SRC_URI="http://www.hzog.net/pub/${PN}-1.9.9-r1.tar.gz" LICENSE="GPL-3"