about summary refs log tree commit diff
path: root/pkgs/tools/security/quill
diff options
context:
space:
mode:
authorGetPsyched <priyanshu@getpsyched.dev>2024-01-08 10:59:45 +0530
committerBjørn Forsman <bjorn.forsman@gmail.com>2024-01-09 17:12:31 +0100
commitf98ec4f73c762223d62bee706726138cb6ea27cc (patch)
tree0cce65fcb004201d001559e903b550eec3606453 /pkgs/tools/security/quill
parent3eb1c0f84355e457ef32e2d8c8c637531901e258 (diff)
treewide: update meta.description to fit the guidelines
Diffstat (limited to 'pkgs/tools/security/quill')
-rw-r--r--pkgs/tools/security/quill/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/quill/default.nix b/pkgs/tools/security/quill/default.nix
index b2a4f3528d565..5de9e8b8b3fc3 100644
--- a/pkgs/tools/security/quill/default.nix
+++ b/pkgs/tools/security/quill/default.nix
@@ -46,7 +46,7 @@ rustPlatform.buildRustPackage rec {
   meta = with lib; {
     homepage = "https://github.com/dfinity/quill";
     changelog = "https://github.com/dfinity/quill/releases/tag/v${version}";
-    description = "Minimalistic ledger and governance toolkit for cold wallets on the Internet Computer.";
+    description = "Minimalistic ledger and governance toolkit for cold wallets on the Internet Computer";
     license = licenses.asl20;
     maintainers = with maintainers; [ imalison ];
   };