From e4fa60c7d3ca65a45cd9e69fb6d7582e0c2bc03b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 20 Apr 2018 23:13:18 +0200 Subject: [PATCH] dev-python/pyrex: Use HTTPS for HOMEPAGE+SRC_URI --- dev-python/pyrex/pyrex-0.9.9-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/pyrex/pyrex-0.9.9-r1.ebuild b/dev-python/pyrex/pyrex-0.9.9-r1.ebuild index 23522a411b19e..cfd241c1fa531 100644 --- a/dev-python/pyrex/pyrex-0.9.9-r1.ebuild +++ b/dev-python/pyrex/pyrex-0.9.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,8 +10,8 @@ inherit distutils-r1 MY_P="Pyrex-${PV}" DESCRIPTION="A language for writing Python extension modules" -HOMEPAGE="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/" -SRC_URI="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/${MY_P}.tar.gz" +HOMEPAGE="https://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/" +SRC_URI="https://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0"