dev-python/django-formtools: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Fri, 27 Apr 2018 17:43:31 +0000 (19:43 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 29 Apr 2018 07:35:17 +0000 (09:35 +0200)
dev-python/django-formtools/django-formtools-1.0.ebuild

index 4ddb41e6194fa1672407a195f1d3b49b638b17c0..7f5f839fc723cc84a00e0e5dc08dff39950d3b4f 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
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1
 
 DESCRIPTION="High-level abstractions for Django forms"
-HOMEPAGE="http://django-formtools.readthedocs.org/"
+HOMEPAGE="https://django-formtools.readthedocs.io/en/latest/"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"