about summary refs log tree commit diff
path: root/pkgs/development/web/newman/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/web/newman/default.nix')
-rw-r--r--pkgs/development/web/newman/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/web/newman/default.nix b/pkgs/development/web/newman/default.nix
index ed4041ab76f01..6aa2413677c5c 100644
--- a/pkgs/development/web/newman/default.nix
+++ b/pkgs/development/web/newman/default.nix
@@ -12,7 +12,7 @@ in
 nodePackages.newman.override {
   meta = with lib; {
     homepage = "https://www.getpostman.com";
-    description = "Newman is a command-line collection runner for Postman";
+    description = "A command-line collection runner for Postman";
     maintainers = with maintainers; [ freezeboy ];
     license = licenses.asl20;
   };