diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-08-20 09:53:29 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-08-20 09:56:00 +0200 |
commit | 8ca909c61b09a3f28fed61e5eee28e0645fce71d (patch) | |
tree | 3be0ebd9b10f71c73c32ec7944ab0a837cc97484 /net-analyzer/argus-clients | |
parent | net-analyzer/ipsumdump: Fix includes, set OS headers dependency (diff) | |
download | gentoo-8ca909c61b09a3f28fed61e5eee28e0645fce71d.tar.gz gentoo-8ca909c61b09a3f28fed61e5eee28e0645fce71d.tar.bz2 gentoo-8ca909c61b09a3f28fed61e5eee28e0645fce71d.zip |
net-analyzer/argus-clients: Use HTTPS
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/argus-clients')
3 files changed, 8 insertions, 8 deletions
diff --git a/net-analyzer/argus-clients/argus-clients-3.0.8.2-r2.ebuild b/net-analyzer/argus-clients/argus-clients-3.0.8.2-r2.ebuild index 42799057487b..d87060d87bec 100644 --- a/net-analyzer/argus-clients/argus-clients-3.0.8.2-r2.ebuild +++ b/net-analyzer/argus-clients/argus-clients-3.0.8.2-r2.ebuild @@ -5,8 +5,8 @@ EAPI=6 inherit autotools toolchain-funcs DESCRIPTION="Clients for net-analyzer/argus" -HOMEPAGE="http://www.qosient.com/argus/" -SRC_URI="http://qosient.com/argus/dev/${P}.tar.gz" +HOMEPAGE="https://www.qosient.com/argus/" +SRC_URI="https://qosient.com/argus/dev/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/net-analyzer/argus-clients/argus-clients-3.0.8.2.ebuild b/net-analyzer/argus-clients/argus-clients-3.0.8.2.ebuild index efa07fed3bd7..d16c7f6422a6 100644 --- a/net-analyzer/argus-clients/argus-clients-3.0.8.2.ebuild +++ b/net-analyzer/argus-clients/argus-clients-3.0.8.2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit autotools eutils toolchain-funcs DESCRIPTION="Clients for net-analyzer/argus" -HOMEPAGE="http://www.qosient.com/argus/" -SRC_URI="http://qosient.com/argus/dev/${P}.tar.gz" +HOMEPAGE="https://www.qosient.com/argus/" +SRC_URI="https://qosient.com/argus/dev/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/net-analyzer/argus-clients/argus-clients-3.0.8.ebuild b/net-analyzer/argus-clients/argus-clients-3.0.8.ebuild index 7dbfc5a721a2..742c6cbebee7 100644 --- a/net-analyzer/argus-clients/argus-clients-3.0.8.ebuild +++ b/net-analyzer/argus-clients/argus-clients-3.0.8.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit autotools eutils toolchain-funcs DESCRIPTION="Clients for net-analyzer/argus" -HOMEPAGE="http://www.qosient.com/argus/" -SRC_URI="http://qosient.com/argus/dev/${P}.tar.gz" +HOMEPAGE="https://www.qosient.com/argus/" +SRC_URI="https://qosient.com/argus/dev/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" |