diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-05-05 13:19:48 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-13 13:56:36 -0400 |
commit | c70b132f6ab9f11ca73d61e6b6bd2f34125f4561 (patch) | |
tree | f4a43c5908052801a78083c198d73a4a909090ea /app-admin/salt | |
parent | dev-java/netbeans-platform: use HTTPS (diff) | |
download | gentoo-c70b132f6ab9f11ca73d61e6b6bd2f34125f4561.tar.gz gentoo-c70b132f6ab9f11ca73d61e6b6bd2f34125f4561.tar.bz2 gentoo-c70b132f6ab9f11ca73d61e6b6bd2f34125f4561.zip |
app-admin/salt: update HOMEPAGE, use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11904
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-admin/salt')
-rw-r--r-- | app-admin/salt/salt-2016.11.10.ebuild | 3 | ||||
-rw-r--r-- | app-admin/salt/salt-2017.7.8.ebuild | 3 | ||||
-rw-r--r-- | app-admin/salt/salt-2018.3.4.ebuild | 3 | ||||
-rw-r--r-- | app-admin/salt/salt-2019.2.0.ebuild | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/app-admin/salt/salt-2016.11.10.ebuild b/app-admin/salt/salt-2016.11.10.ebuild index 446e43fb8014..8136f0c369ce 100644 --- a/app-admin/salt/salt-2016.11.10.ebuild +++ b/app-admin/salt/salt-2016.11.10.ebuild @@ -7,7 +7,8 @@ PYTHON_COMPAT=( python2_7 ) inherit eutils systemd distutils-r1 DESCRIPTION="Salt is a remote execution and configuration manager" -HOMEPAGE="https://saltstack.com/community/" +HOMEPAGE="https://www.saltstack.com/resources/community/ + https://github.com/saltstack" if [[ ${PV} == 9999* ]]; then inherit git-r3 diff --git a/app-admin/salt/salt-2017.7.8.ebuild b/app-admin/salt/salt-2017.7.8.ebuild index 4e8d5d440e92..4f709783b1e0 100644 --- a/app-admin/salt/salt-2017.7.8.ebuild +++ b/app-admin/salt/salt-2017.7.8.ebuild @@ -7,7 +7,8 @@ PYTHON_COMPAT=( python2_7 ) inherit eutils systemd distutils-r1 DESCRIPTION="Salt is a remote execution and configuration manager" -HOMEPAGE="http://saltstack.org/" +HOMEPAGE="https://www.saltstack.com/resources/community/ + https://github.com/saltstack" if [[ ${PV} == 9999* ]]; then inherit git-r3 diff --git a/app-admin/salt/salt-2018.3.4.ebuild b/app-admin/salt/salt-2018.3.4.ebuild index bf3224ca0de2..92a5a2af478e 100644 --- a/app-admin/salt/salt-2018.3.4.ebuild +++ b/app-admin/salt/salt-2018.3.4.ebuild @@ -7,7 +7,8 @@ PYTHON_COMPAT=( python2_7 python3_6 ) inherit eutils systemd distutils-r1 DESCRIPTION="Salt is a remote execution and configuration manager" -HOMEPAGE="http://saltstack.org/" +HOMEPAGE="https://www.saltstack.com/resources/community/ + https://github.com/saltstack" if [[ ${PV} == 9999* ]]; then inherit git-r3 diff --git a/app-admin/salt/salt-2019.2.0.ebuild b/app-admin/salt/salt-2019.2.0.ebuild index 7e76a85aeea1..13e8f948ad20 100644 --- a/app-admin/salt/salt-2019.2.0.ebuild +++ b/app-admin/salt/salt-2019.2.0.ebuild @@ -7,7 +7,8 @@ PYTHON_COMPAT=( python2_7 python3_6 ) inherit eutils systemd distutils-r1 DESCRIPTION="Salt is a remote execution and configuration manager" -HOMEPAGE="http://saltstack.org/" +HOMEPAGE="https://www.saltstack.com/resources/community/ + https://github.com/saltstack" if [[ ${PV} == 9999* ]]; then inherit git-r3 |