commit:     e781a3afb0b9917c49e2a47c518d6c2aba37f007
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 27 04:06:27 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 27 04:07:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e781a3af

dev-util/log4shelldetect: fix DESCRIPTION, indentation

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/log4shelldetect/log4shelldetect-0.0.7.ebuild | 6 +++---
 1 file 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
 }

Reply via email to