summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/control8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index e256e93..32db327 100644
--- a/debian/control
+++ b/debian/control
@@ -23,8 +23,8 @@ Depends: git,
python3-sh,
python3-arrow,
Description: Git commit message linter written in Python
- Git commit message linter written in Python, checks your
- commit messages for style.
+ Gitlint is a git commit message linter written in Python, it checks your commit
+ messages for style.
.
- Great for use as a commit-msg Git hook or as part of your
- gating script in a CI pipeline (e.g. Jenkins).
+ Great for use as a commit-msg git hook or as part of your gating script in a CI
+ pipeline (e.g. Jenkins).