summaryrefslogtreecommitdiff
path: root/dev-python/SaltTesting/SaltTesting-2017.2.23.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/SaltTesting/SaltTesting-2017.2.23.ebuild')
-rw-r--r--dev-python/SaltTesting/SaltTesting-2017.2.23.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/SaltTesting/SaltTesting-2017.2.23.ebuild b/dev-python/SaltTesting/SaltTesting-2017.2.23.ebuild
index 7d1a203250f8..8c61110b76c0 100644
--- a/dev-python/SaltTesting/SaltTesting-2017.2.23.ebuild
+++ b/dev-python/SaltTesting/SaltTesting-2017.2.23.ebuild
@@ -8,11 +8,11 @@ PYTHON_COMPAT=( python2_7 )
inherit eutils distutils-r1
DESCRIPTION="Required testing tools needed in the several Salt Stack projects"
-HOMEPAGE="http://saltstack.org/"
+HOMEPAGE="https://saltstack.com/community/"
if [[ ${PV} == 9999* ]]; then
inherit git-2
- EGIT_REPO_URI="git://github.com/saltstack/salt-testing.git"
+ EGIT_REPO_URI="https://github.com/saltstack/salt-testing.git"
EGIT_BRANCH="develop"
SRC_URI=""
else