summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2021-11-14 09:36:30 +0100
committerDavid Peter <mail@david-peter.de>2021-11-14 09:36:35 +0100
commit18cdbe02c56f1ee38828600cc349a81929d6d684 (patch)
treeeadd4884389acecbbcccc4cee43709853e392404
parentd1ae68585fe743d225bb39361bd383cb925b61f7 (diff)
Fix Debian package description
-rw-r--r--.github/workflows/CICD.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml
index 9310d92..220d97d 100644
--- a/.github/workflows/CICD.yml
+++ b/.github/workflows/CICD.yml
@@ -275,7 +275,7 @@ jobs:
Architecture: ${DPKG_ARCH}
Provides: ${{ env.PROJECT_NAME }}
Conflicts: ${DPKG_CONFLICTS}
- Description: command-line tool to generate, analyze, convert and manipulate colors
+ Description: colorized hex viewer for the terminal.
EOF
DPKG_PATH="${DPKG_STAGING}/${DPKG_NAME}"