about summary refs log tree commit diff
path: root/pkgs/tools/misc/go.rice/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/go.rice/default.nix')
-rw-r--r--pkgs/tools/misc/go.rice/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/go.rice/default.nix b/pkgs/tools/misc/go.rice/default.nix
index 3ee268f2a8292..4c3fd6ef4c068 100644
--- a/pkgs/tools/misc/go.rice/default.nix
+++ b/pkgs/tools/misc/go.rice/default.nix
@@ -16,7 +16,7 @@ buildGoModule rec {
   subPackages = [ "." "rice" ];
 
   meta = with lib; {
-    description = "A Go package that makes working with resources such as html, js, css, images, templates very easy";
+    description = "Go package that makes working with resources such as html, js, css, images, templates very easy";
     homepage = "https://github.com/GeertJohan/go.rice";
     license = licenses.bsd2;
     maintainers = with maintainers; [ blaggacao ];