Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mupen64plus-core/
Date: Sun, 15 Sep 2019 09:51:35
Message-Id: 1568541065.5ab7f01bbe39e14567e136a01ecf0f934c6da648.mgorny@gentoo
1 commit: 5ab7f01bbe39e14567e136a01ecf0f934c6da648
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 15 08:03:56 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 15 09:51:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab7f01b
7
8 games-emulation/mupen64plus-core: Switch HOMEPAGE to https
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild b/games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild
16 index 8efaa9ff810..e79b922df9b 100644
17 --- a/games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild
18 +++ b/games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild
19 @@ -7,7 +7,7 @@ MY_P=${PN}-src-${PV}
20 inherit eutils multilib toolchain-funcs
21
22 DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, core library"
23 -HOMEPAGE="http://www.mupen64plus.org/"
24 +HOMEPAGE="https://www.mupen64plus.org/"
25 SRC_URI="https://github.com/mupen64plus/${PN}/releases/download/${PV}/${MY_P}.tar.gz"
26
27 LICENSE="GPL-2 LGPL-2.1"