diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-29 16:03:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-05-01 20:39:36 +0200 |
commit | 280f68badc237f8b1a3679280736bbc47156007e (patch) | |
tree | 1ee0e538134ceda051b0e0465e561afa0dbbc7d7 /eclass/twisted-r1.eclass | |
parent | */*: Specify EAPI=0 explicitly, to ease greps (diff) | |
download | gentoo-280f68badc237f8b1a3679280736bbc47156007e.tar.gz gentoo-280f68badc237f8b1a3679280736bbc47156007e.tar.bz2 gentoo-280f68badc237f8b1a3679280736bbc47156007e.zip |
twisted-r1.eclass: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/8203
Diffstat (limited to 'eclass/twisted-r1.eclass')
-rw-r--r-- | eclass/twisted-r1.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/twisted-r1.eclass b/eclass/twisted-r1.eclass index 5c86d1644a6c..644a1528bf44 100644 --- a/eclass/twisted-r1.eclass +++ b/eclass/twisted-r1.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # @ECLASS: twisted-r1.eclass @@ -97,8 +97,8 @@ _twisted-r1_camelcase() { # Example: 1.2 : ${TWISTED_RELEASE:=$(get_version_component_range 1-2 ${PV})} -HOMEPAGE="http://www.twistedmatrix.com/" -SRC_URI="http://twistedmatrix.com/Releases/${TWISTED_PN#Twisted}" +HOMEPAGE="https://www.twistedmatrix.com/trac/" +SRC_URI="https://twistedmatrix.com/Releases/${TWISTED_PN#Twisted}" SRC_URI="${SRC_URI}/${TWISTED_RELEASE}/${TWISTED_P}.tar.bz2" LICENSE="MIT" |