dev-python/routes: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 29 Apr 2018 13:55:12 +0000 (15:55 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 1 May 2018 18:40:05 +0000 (20:40 +0200)
Closes: https://github.com/gentoo/gentoo/pull/8202

dev-python/routes/routes-2.4.1.ebuild

index 6626129c16b76e255c56cf7ce6aa6a4d965fc8a5..89a8441f1d91621dd53917309db125d8573e8a00 100644 (file)
@@ -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"