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 98992138334 for ; Sun, 15 Sep 2019 09:51:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62AE9E0908; Sun, 15 Sep 2019 09:51:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4DD9DE0908 for ; Sun, 15 Sep 2019 09:51:34 +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 4110C34B1D4 for ; Sun, 15 Sep 2019 09:51:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D32D476A for ; Sun, 15 Sep 2019 09:51:30 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1568541065.5ab7f01bbe39e14567e136a01ecf0f934c6da648.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mupen64plus-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild X-VCS-Directories: games-emulation/mupen64plus-core/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5ab7f01bbe39e14567e136a01ecf0f934c6da648 X-VCS-Branch: master Date: Sun, 15 Sep 2019 09:51:30 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6a6fc1b0-80d7-4618-b740-8afa71c98112 X-Archives-Hash: 3729f8659ec1301d40c5552908fa2bdc commit: 5ab7f01bbe39e14567e136a01ecf0f934c6da648 Author: Michał Górny gentoo org> AuthorDate: Sun Sep 15 08:03:56 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Sep 15 09:51:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab7f01b games-emulation/mupen64plus-core: Switch HOMEPAGE to https Signed-off-by: Michał Górny gentoo.org> games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild b/games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild index 8efaa9ff810..e79b922df9b 100644 --- a/games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild +++ b/games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild @@ -7,7 +7,7 @@ MY_P=${PN}-src-${PV} inherit eutils multilib toolchain-funcs DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, core library" -HOMEPAGE="http://www.mupen64plus.org/" +HOMEPAGE="https://www.mupen64plus.org/" SRC_URI="https://github.com/mupen64plus/${PN}/releases/download/${PV}/${MY_P}.tar.gz" LICENSE="GPL-2 LGPL-2.1"