diff options
Diffstat (limited to 'dev-python/sip/sip-4.16.8.ebuild')
-rw-r--r-- | dev-python/sip/sip-4.16.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sip/sip-4.16.8.ebuild b/dev-python/sip/sip-4.16.8.ebuild index 2a55a046e69e..e1165648ca8d 100644 --- a/dev-python/sip/sip-4.16.8.ebuild +++ b/dev-python/sip/sip-4.16.8.ebuild @@ -19,7 +19,7 @@ elif [[ ${PV} == *_pre* ]]; then # development snapshot HG_REVISION= MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION} - SRC_URI="http://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz" + SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz" S=${WORKDIR}/${MY_P} else # official release |