summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-29 09:52:33 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 10:45:37 +0200
commit45a9dc16037d2d82680ba0aa6882ec665f4f9137 (patch)
treeb1dc21e8d98f060b21a9ce717f58ae8a5af64297 /app-admin/salt/salt-2016.11.6.ebuild
parentapp-admin/rsyslog: use HTTPS for GitHub (diff)
downloadgentoo-45a9dc16037d2d82680ba0aa6882ec665f4f9137.tar.gz
gentoo-45a9dc16037d2d82680ba0aa6882ec665f4f9137.tar.bz2
gentoo-45a9dc16037d2d82680ba0aa6882ec665f4f9137.zip
app-admin/salt: use HTTPS for GitHub, update HOMEPAGE, fix whitespace
* Use HTTPS for accessing GitHub domains * Update HOMEPAGE to the new Community/open source home page * Fix whitepsace issue in metadata.xml reported by Repoman Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-admin/salt/salt-2016.11.6.ebuild')
-rw-r--r--app-admin/salt/salt-2016.11.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/salt/salt-2016.11.6.ebuild b/app-admin/salt/salt-2016.11.6.ebuild
index 872e4bab5948..e68adad560f9 100644
--- a/app-admin/salt/salt-2016.11.6.ebuild
+++ b/app-admin/salt/salt-2016.11.6.ebuild
@@ -7,11 +7,11 @@ PYTHON_COMPAT=( python2_7 )
inherit eutils systemd distutils-r1
DESCRIPTION="Salt is a remote execution and configuration manager"
-HOMEPAGE="http://saltstack.org/"
+HOMEPAGE="https://saltstack.com/community/"
if [[ ${PV} == 9999* ]]; then
inherit git-r3
- EGIT_REPO_URI="git://github.com/${PN}stack/${PN}.git"
+ EGIT_REPO_URI="https://github.com/${PN}stack/${PN}.git"
EGIT_BRANCH="develop"
SRC_URI=""
KEYWORDS=""