summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-27 05:06:27 +0100
committerSam James <sam@gentoo.org>2022-07-27 05:07:08 +0100
commite781a3afb0b9917c49e2a47c518d6c2aba37f007 (patch)
treef1a3d170cc8b4acd44ae503a2a34091eb172f0d6
parentsys-libs/libcxx: keyword ~sparc (diff)
downloadgentoo-e781a3afb0b9917c49e2a47c518d6c2aba37f007.tar.gz
gentoo-e781a3afb0b9917c49e2a47c518d6c2aba37f007.tar.bz2
gentoo-e781a3afb0b9917c49e2a47c518d6c2aba37f007.zip
dev-util/log4shelldetect: fix DESCRIPTION, indentation
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-util/log4shelldetect/log4shelldetect-0.0.7.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/log4shelldetect/log4shelldetect-0.0.7.ebuild b/dev-util/log4shelldetect/log4shelldetect-0.0.7.ebuild
index 578352422417..46ed42367c0d 100644
--- a/dev-util/log4shelldetect/log4shelldetect-0.0.7.ebuild
+++ b/dev-util/log4shelldetect/log4shelldetect-0.0.7.ebuild
@@ -4,7 +4,7 @@
EAPI=8
inherit go-module
-DESCRIPTION="check for java programs vulnerable to log4shell"
+DESCRIPTION="Check for java programs vulnerable to log4shell"
HOMEPAGE="https://github.com/1lann/log4shelldetect"
SRC_URI="https://github.com/1lann/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
@@ -18,6 +18,6 @@ src_compile() {
}
src_install() {
-dobin log4shelldetect
-dodoc README.md
+ dobin log4shelldetect
+ dodoc README.md
}