about summary refs log tree commit diff
path: root/pkgs/tools/text/ruby-zoom
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/text/ruby-zoom
parent3eb1c0f84355e457ef32e2d8c8c637531901e258 (diff)
downloadnixlib-f98ec4f73c762223d62bee706726138cb6ea27cc.tar
nixlib-f98ec4f73c762223d62bee706726138cb6ea27cc.tar.gz
nixlib-f98ec4f73c762223d62bee706726138cb6ea27cc.tar.bz2
nixlib-f98ec4f73c762223d62bee706726138cb6ea27cc.tar.lz
nixlib-f98ec4f73c762223d62bee706726138cb6ea27cc.tar.xz
nixlib-f98ec4f73c762223d62bee706726138cb6ea27cc.tar.zst
nixlib-f98ec4f73c762223d62bee706726138cb6ea27cc.zip
treewide: update meta.description to fit the guidelines
Diffstat (limited to 'pkgs/tools/text/ruby-zoom')
-rw-r--r--pkgs/tools/text/ruby-zoom/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/ruby-zoom/default.nix b/pkgs/tools/text/ruby-zoom/default.nix
index 965d23d0c44b..06e505816648 100644
--- a/pkgs/tools/text/ruby-zoom/default.nix
+++ b/pkgs/tools/text/ruby-zoom/default.nix
@@ -9,7 +9,7 @@ bundlerEnv {
   passthru.updateScript = bundlerUpdateScript "ruby-zoom";
 
   meta = with lib; {
-    description = "Quickly open CLI search results in your favorite editor!";
+    description = "Quickly open CLI search results in your favorite editor";
     homepage    = "https://gitlab.com/mjwhitta/zoom";
     license     = with licenses; gpl3;
     maintainers = with maintainers; [ vmandela nicknovitski ];