summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-04-29 15:55:12 +0200
committerMichał Górny <mgorny@gentoo.org>2018-05-01 20:40:05 +0200
commit51d616e8c5dd9f6a9e950299e09f48363184409c (patch)
treeff35030da7fb09c1bcf57a1fbc0edf0b2735b50f
parentdev-python/twisted: use HTTPS (diff)
downloadgentoo-51d616e8c5dd9f6a9e950299e09f48363184409c.tar.gz
gentoo-51d616e8c5dd9f6a9e950299e09f48363184409c.tar.bz2
gentoo-51d616e8c5dd9f6a9e950299e09f48363184409c.zip
dev-python/routes: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/8202
-rw-r--r--dev-python/routes/routes-2.4.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/routes/routes-2.4.1.ebuild b/dev-python/routes/routes-2.4.1.ebuild
index 6626129c16b7..89a8441f1d91 100644
--- a/dev-python/routes/routes-2.4.1.ebuild
+++ b/dev-python/routes/routes-2.4.1.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,7 +10,7 @@ MY_PN="Routes"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="A re-implementation of Rails routes system, mapping URLs to Controllers/Actions"
-HOMEPAGE="http://routes.groovie.org https://pypi.org/project/Routes/"
+HOMEPAGE="https://routes.readthedocs.io/en/latest/ https://pypi.org/project/Routes/"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="BSD"