summaryrefslogtreecommitdiff
path: root/dev-util/log4shelldetect/log4shelldetect-0.0.7.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-27 09:01:23 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-27 09:01:23 +0100
commitd305208ca7a258fb77809f63c895764345c61919 (patch)
tree0cad8513aa2c5697092cb2897e97903edc322535 /dev-util/log4shelldetect/log4shelldetect-0.0.7.ebuild
parentfe618c8b8c934661d2297b2aeb0615a48e787691 (diff)
gentoo auto-resync : 27:07:2022 - 09:01:23
Diffstat (limited to 'dev-util/log4shelldetect/log4shelldetect-0.0.7.ebuild')
-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
}