summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-01-30 17:43:19 +0100
committerAaron Bauman <bman@gentoo.org>2019-02-28 19:26:32 -0500
commita43b7803a8fc28b3cfb74bd192bdc7dcfaef1251 (patch)
tree575552c1e1f75dfc300552eef7d390730bffa389 /dev-python/fabric/fabric-2.3.1.ebuild
parentdev-python/cement: use HTTPS, fix SRC_URI (diff)
downloadgentoo-a43b7803a8fc28b3cfb74bd192bdc7dcfaef1251.tar.gz
gentoo-a43b7803a8fc28b3cfb74bd192bdc7dcfaef1251.tar.bz2
gentoo-a43b7803a8fc28b3cfb74bd192bdc7dcfaef1251.zip
dev-python/fabric: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/fabric/fabric-2.3.1.ebuild')
-rw-r--r--dev-python/fabric/fabric-2.3.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/fabric/fabric-2.3.1.ebuild b/dev-python/fabric/fabric-2.3.1.ebuild
index 2ce31a9dd305..e24a928cbea9 100644
--- a/dev-python/fabric/fabric-2.3.1.ebuild
+++ b/dev-python/fabric/fabric-2.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_6 )
inherit distutils-r1
DESCRIPTION="A simple pythonic tool for remote execution and deployment"
-HOMEPAGE="http://fabfile.org https://pypi.org/project/Fabric/"
+HOMEPAGE="https://www.fabfile.org https://pypi.org/project/Fabric/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-2"