From da7ea790348c352b74c6ffb7c30b1e8b4e09a9b8 Mon Sep 17 00:00:00 2001 From: David Peter Date: Tue, 28 Dec 2021 14:00:36 +0100 Subject: [PATCH] Use correct description for Debian package, closes #915 --- .github/workflows/CICD.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 03d59a2..b84459f 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -313,8 +313,11 @@ jobs: Architecture: ${DPKG_ARCH} Provides: ${{ env.PROJECT_NAME }} Conflicts: ${DPKG_CONFLICTS} - Description: cat(1) clone with wings. - A cat(1) clone with syntax highlighting and Git integration. + Description: simple, fast and user-friendly alternative to find + fd is a program to find entries in your filesystem. + It is a simple, fast and user-friendly alternative to find. + While it does not aim to support all of finds powerful functionality, it provides + sensible (opinionated) defaults for a majority of use cases. EOF DPKG_PATH="${DPKG_STAGING}/${DPKG_NAME}"