commit: c01874d487f8bece66768b670487caa0f9186401
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Apr 27 17:50:45 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 29 07:35:19 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c01874d4
dev-python/girder-client: use HTTPS
dev-python/girder-client/girder-client-2.3.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/girder-client/girder-client-2.3.0.ebuild
b/dev-python/girder-client/girder-client-2.3.0.ebuild
index 069b6e055e9..d035026db7b 100644
--- a/dev-python/girder-client/girder-client-2.3.0.ebuild
+++ b/dev-python/girder-client/girder-client-2.3.0.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=6
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_5,3_6} )
inherit distutils-r1
DESCRIPTION="Python libraries and CLI to interact with the REST API of a
Girder server"
-HOMEPAGE="http://girder.readthedocs.org/en/latest/python-client.html"
+HOMEPAGE="https://girder.readthedocs.io/en/latest/python-client.html"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"