From 99c758b2986bb776116cf333c931025cc182cd0b Mon Sep 17 00:00:00 2001 From: joshr Date: Sun, 24 Apr 2022 09:32:47 -0400 Subject: [PATCH] change git-secret one-line description --- docs/_config.yml | 2 +- utils/apk/nfpm.yml | 2 +- utils/build-utils.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 909d3fdc..b96d4be1 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,7 +1,7 @@ # Site settings title: git-secret email: mail@sobolevn.me -description: A bash-tool to store your private data inside a git repository. +description: Shell scripts to encrypt your private data inside a git repository. baseurl: "" # the subpath of your site, e.g. /blog url: "git-secret.io" # the base hostname & protocol for your site diff --git a/utils/apk/nfpm.yml b/utils/apk/nfpm.yml index 174c76fd..01ac1679 100644 --- a/utils/apk/nfpm.yml +++ b/utils/apk/nfpm.yml @@ -24,7 +24,7 @@ maintainer: Nikita Sobolev # Description. # Defaults to `no description given`. -description: A bash-tool to store your private data inside a git repository. +description: Shell scripts to encrypt your private data inside a git repository. # Vendor. vendor: git-secret team diff --git a/utils/build-utils.sh b/utils/build-utils.sh index fd35d4c4..6028b33b 100755 --- a/utils/build-utils.sh +++ b/utils/build-utils.sh @@ -10,7 +10,7 @@ READ_PERM=0644 EXEC_PERM=0755 SCRIPT_NAME='git-secret' -SCRIPT_DESCRIPTION='A bash-tool to store your private data inside a git repository.' +SCRIPT_DESCRIPTION='Shell scripts to encrypt your private data inside a git repository.' SCRIPT_VERSION="$GITSECRET_VERSION" # This may be overridden: