twisted-r1.eclass: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 29 Apr 2018 14:03:22 +0000 (16:03 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 1 May 2018 18:39:36 +0000 (20:39 +0200)
Closes: https://github.com/gentoo/gentoo/pull/8203

eclass/twisted-r1.eclass

index 5c86d1644a6cf46529c0f1f9908d9435628138cf..644a1528bf4450c61cbc9c0dd88388069f2b2c2b 100644 (file)
@@ -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"