summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-29 20:22:00 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 11:15:42 +0200
commitef82578c588b790725d730e6b5071547bc52997f (patch)
tree3be082cd85a724d3e64e9b447e9481cd6b650d35 /dev-python
parentdev-python/ssl-fetch: use HTTPS for GitHub (diff)
downloadgentoo-ef82578c588b790725d730e6b5071547bc52997f.tar.gz
gentoo-ef82578c588b790725d730e6b5071547bc52997f.tar.bz2
gentoo-ef82578c588b790725d730e6b5071547bc52997f.zip
dev-python/MechanicalSoup: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/MechanicalSoup/MechanicalSoup-0.6.0.ebuild2
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"