diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-12-22 22:08:13 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-12-25 00:16:27 +0100 |
commit | b20949bae2107869ef1db66f306b4be930149b6b (patch) | |
tree | 2f2ea95ecde9d165af8ceefb0ccffd6a2f2827b6 /net-analyzer/iplog | |
parent | net-analyzer/cryptcat: use https (diff) | |
download | gentoo-b20949bae2107869ef1db66f306b4be930149b6b.tar.gz gentoo-b20949bae2107869ef1db66f306b4be930149b6b.tar.bz2 gentoo-b20949bae2107869ef1db66f306b4be930149b6b.zip |
net-analyzer/iplog: use https
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-analyzer/iplog')
-rw-r--r-- | net-analyzer/iplog/iplog-2.2.3-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/iplog/iplog-2.2.3-r3.ebuild b/net-analyzer/iplog/iplog-2.2.3-r3.ebuild index f2e64563a5da..67d0f523848a 100644 --- a/net-analyzer/iplog/iplog-2.2.3-r3.ebuild +++ b/net-analyzer/iplog/iplog-2.2.3-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit flag-o-matic toolchain-funcs DESCRIPTION="TCP/IP traffic logger" -HOMEPAGE="http://ojnk.sourceforge.net/" +HOMEPAGE="https://ojnk.sourceforge.net/" SRC_URI="mirror://sourceforge/ojnk/${P}.tar.gz" LICENSE="|| ( GPL-2 FDL-1.1 )" |