diff options
Diffstat (limited to 'dev-python/MechanicalSoup/MechanicalSoup-0.6.0.ebuild')
-rw-r--r-- | dev-python/MechanicalSoup/MechanicalSoup-0.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/MechanicalSoup/MechanicalSoup-0.6.0.ebuild b/dev-python/MechanicalSoup/MechanicalSoup-0.6.0.ebuild index af9a186cd599..d1e1817b2c4f 100644 --- a/dev-python/MechanicalSoup/MechanicalSoup-0.6.0.ebuild +++ b/dev-python/MechanicalSoup/MechanicalSoup-0.6.0.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 if [[ ${PV} = *9999* ]]; then - EGIT_REPO_URI="git://github.com/hickford/MechanicalSoup" + EGIT_REPO_URI="https://github.com/hickford/MechanicalSoup" inherit git-r3 else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" |