diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-08-20 09:54:45 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-08-20 09:56:00 +0200 |
commit | 0a46426e653eee1d55076b1d844016811e7810a8 (patch) | |
tree | 52557543b0b2c1e5e00ce5113bda01c51f380a17 /net-analyzer/argus | |
parent | net-analyzer/argus-clients: Use HTTPS (diff) | |
download | gentoo-0a46426e653eee1d55076b1d844016811e7810a8.tar.gz gentoo-0a46426e653eee1d55076b1d844016811e7810a8.tar.bz2 gentoo-0a46426e653eee1d55076b1d844016811e7810a8.zip |
net-analyzer/argus: 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')
-rw-r--r-- | net-analyzer/argus/argus-3.0.8.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/argus/argus-3.0.8.2-r1.ebuild b/net-analyzer/argus/argus-3.0.8.2-r1.ebuild index 7b0216859466..83eacad11e44 100644 --- a/net-analyzer/argus/argus-3.0.8.2-r1.ebuild +++ b/net-analyzer/argus/argus-3.0.8.2-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit autotools eutils user DESCRIPTION="network Audit Record Generation and Utilization System" -HOMEPAGE="http://www.qosient.com/argus/" +HOMEPAGE="https://www.qosient.com/argus/" SRC_URI="${HOMEPAGE}dev/${P/_rc/.rc.}.tar.gz" LICENSE="GPL-3" |