about summary refs log tree commit diff
path: root/pkgs/by-name/he/hello/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/he/hello/package.nix')
-rw-r--r--pkgs/by-name/he/hello/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/he/hello/package.nix b/pkgs/by-name/he/hello/package.nix
index 68fdcf7e408c6..ca585ce03bed1 100644
--- a/pkgs/by-name/he/hello/package.nix
+++ b/pkgs/by-name/he/hello/package.nix
@@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
   passthru.tests.run = callPackage ./test.nix { hello = finalAttrs.finalPackage; };
 
   meta = with lib; {
-    description = "A program that produces a familiar, friendly greeting";
+    description = "Program that produces a familiar, friendly greeting";
     longDescription = ''
       GNU Hello is a program that prints "Hello, world!" when you run it.
       It is fully customizable.