diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-03 18:01:04 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-03 21:39:52 +0100 |
commit | d55ed2587bef2015970b23d6e792c71dec14bca8 (patch) | |
tree | f017c40fd2fba08a877078ee765b1104f5d82647 /games-emulation/m64py | |
parent | dev-lang/python-exec: Remove outdated blockers (diff) | |
download | gentoo-d55ed2587bef2015970b23d6e792c71dec14bca8.tar.gz gentoo-d55ed2587bef2015970b23d6e792c71dec14bca8.tar.bz2 gentoo-d55ed2587bef2015970b23d6e792c71dec14bca8.zip |
games-emulation/m64py: Remove SRC_URI redirect
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-emulation/m64py')
-rw-r--r-- | games-emulation/m64py/m64py-0.2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/m64py/m64py-0.2.4.ebuild b/games-emulation/m64py/m64py-0.2.4.ebuild index 3a2bbf163379..4b2366ea8302 100644 --- a/games-emulation/m64py/m64py-0.2.4.ebuild +++ b/games-emulation/m64py/m64py-0.2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ inherit distutils-r1 xdg-utils DESCRIPTION="A frontend for Mupen64Plus" HOMEPAGE="http://m64py.sourceforge.net/" -SRC_URI="mirror://sourceforge/m64py/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/project/m64py/${P}/${P}.tar.gz" LICENSE="GPL-3 LGPL-3 public-domain GPL-2 BSD CC-BY-SA-3.0" SLOT="0" |