summary refs log tree commit diff
path: root/pkgs/development/tools/mockgen/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/mockgen/default.nix')
-rw-r--r--pkgs/development/tools/mockgen/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/mockgen/default.nix b/pkgs/development/tools/mockgen/default.nix
index def5e892e2f..104988eb213 100644
--- a/pkgs/development/tools/mockgen/default.nix
+++ b/pkgs/development/tools/mockgen/default.nix
@@ -15,7 +15,7 @@ buildGoModule rec {
   subPackages = [ "mockgen" ];
 
   meta = with lib; {
-    description = "GoMock is a mocking framework for the Go programming language.";
+    description = "GoMock is a mocking framework for the Go programming language";
     homepage = "https://github.com/golang/mock";
     license = licenses.asl20;
     maintainers = with maintainers; [ bouk ];