From 9185b2c5297719ff7483d01c97fffa6777b18555 Mon Sep 17 00:00:00 2001 From: Martinez Date: Sat, 13 Jan 2018 00:08:27 +0100 Subject: [PATCH] dev-python/bpython uri fix --- dev-python/bpython/bpython-0.17.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/bpython/bpython-0.17.ebuild b/dev-python/bpython/bpython-0.17.ebuild index 1d5312b..15635be 100644 --- a/dev-python/bpython/bpython-0.17.ebuild +++ b/dev-python/bpython/bpython-0.17.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="Syntax highlighting and autocompletion for the Python interpreter" HOMEPAGE="http://www.bpython-interpreter.org/ https://github.com/bpython/bpython https://pypi.python.org/pypi/bpython" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +SRC_URI="https://bpython-interpreter.org/releases/${P}.tar.gz" LICENSE="MIT" SLOT="0"