treewide: remove periods from end of package descriptions

This commit is contained in:
Ben Siraphob
2020-10-25 20:13:18 +07:00
parent aa7977af2c
commit c98962e1a3
9 changed files with 11 additions and 11 deletions

View File

@@ -20,7 +20,7 @@ buildGoModule rec {
meta = with lib; {
description =
"Chamber is a tool for managing secrets by storing them in AWS SSM Parameter Store.";
"A tool for managing secrets by storing them in AWS SSM Parameter Store";
homepage = "https://github.com/segmentio/chamber";
license = licenses.mit;
maintainers = with maintainers; [ kalekseev ];