summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-04-20 23:13:18 +0200
committerMichał Górny <mgorny@gentoo.org>2018-04-20 23:41:44 +0200
commite4fa60c7d3ca65a45cd9e69fb6d7582e0c2bc03b (patch)
tree6c66f82604a1058d7d0b1b2ba29cd1603c5a5cb1 /dev-python/pyrex
parentdev-python/docutils-glep: Tag stabilize-allarches (diff)
downloadgentoo-e4fa60c7d3ca65a45cd9e69fb6d7582e0c2bc03b.tar.gz
gentoo-e4fa60c7d3ca65a45cd9e69fb6d7582e0c2bc03b.tar.bz2
gentoo-e4fa60c7d3ca65a45cd9e69fb6d7582e0c2bc03b.zip
dev-python/pyrex: Use HTTPS for HOMEPAGE+SRC_URI
Diffstat (limited to 'dev-python/pyrex')
-rw-r--r--dev-python/pyrex/pyrex-0.9.9-r1.ebuild6
1 files 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 23522a411b19..cfd241c1fa53 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"