commit: 29135526ac06202ed429f5b6b7ede54a9631877e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 20 13:40:48 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 20 13:41:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29135526
dev-python/zeep: Switch HOMEPAGE to https
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/zeep/zeep-4.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/zeep/zeep-4.1.0.ebuild
b/dev-python/zeep/zeep-4.1.0.ebuild
index 7735af371f3..579382f9cb1 100644
--- a/dev-python/zeep/zeep-4.1.0.ebuild
+++ b/dev-python/zeep/zeep-4.1.0.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="A modern/fast Python SOAP client based on lxml / requests"
-HOMEPAGE="http://docs.python-zeep.org/"
+HOMEPAGE="https://docs.python-zeep.org/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"