diff options
author | David Seifert <soap@gentoo.org> | 2020-01-13 11:03:16 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-01-13 11:03:16 +0100 |
commit | 3f49a07beb11076e2201fccd8cf56b692334dcf3 (patch) | |
tree | ddf38179f50f5a49ac12d244a43ff736c8d6852b /net-analyzer/snortalog | |
parent | net-analyzer/sniffit: [QA] Fix HomepageInSrcUri (diff) | |
download | gentoo-3f49a07beb11076e2201fccd8cf56b692334dcf3.tar.gz gentoo-3f49a07beb11076e2201fccd8cf56b692334dcf3.tar.bz2 gentoo-3f49a07beb11076e2201fccd8cf56b692334dcf3.zip |
net-analyzer/snortalog: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-analyzer/snortalog')
-rw-r--r-- | net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild b/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild index 5aef758892c9..6390a863055e 100644 --- a/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild +++ b/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild @@ -8,7 +8,7 @@ MY_P="${PN}_v${PV}" DESCRIPTION="a powerful perl script that summarizes snort logs" HOMEPAGE="http://jeremy.chartier.free.fr/snortalog/" -SRC_URI="${HOMEPAGE}downloads/${PN}/${MY_P}.tar" +SRC_URI="http://jeremy.chartier.free.fr/snortalog/downloads/${PN}/${MY_P}.tar" LICENSE="GPL-2" SLOT="0" |