diff options
Diffstat (limited to 'net-analyzer/zabbix/zabbix-2.2.16.ebuild')
-rw-r--r-- | net-analyzer/zabbix/zabbix-2.2.16.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/zabbix/zabbix-2.2.16.ebuild b/net-analyzer/zabbix/zabbix-2.2.16.ebuild index 4f7cac6a16d0..6b9787c9939c 100644 --- a/net-analyzer/zabbix/zabbix-2.2.16.ebuild +++ b/net-analyzer/zabbix/zabbix-2.2.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -8,10 +8,10 @@ WEBAPP_OPTIONAL="yes" inherit flag-o-matic webapp java-pkg-opt-2 user systemd toolchain-funcs DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers" -HOMEPAGE="http://www.zabbix.com/" +HOMEPAGE="https://www.zabbix.com/" MY_P=${P/_/} MY_PV=${PV/_/} -SRC_URI="http://prdownloads.sourceforge.net/zabbix/${MY_P}.tar.gz" +SRC_URI="https://prdownloads.sourceforge.net/zabbix/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" WEBAPP_MANUAL_SLOT="yes" |