summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/janestreet/ppx-compare.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet/ppx-compare.nix')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/ppx-compare.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/ppx-compare.nix b/pkgs/development/ocaml-modules/janestreet/ppx-compare.nix
index f24c82dd6a76..d70fe6ddd550 100644
--- a/pkgs/development/ocaml-modules/janestreet/ppx-compare.nix
+++ b/pkgs/development/ocaml-modules/janestreet/ppx-compare.nix
@@ -8,7 +8,7 @@ buildOcamlJane rec {
     [ppx_core ppx_driver ppx_tools ppx_type_conv ];
 
   meta = with stdenv.lib; {
-    description = "Generation of fast comparison functions from type expressions and definitions.";
+    description = "Generation of fast comparison functions from type expressions and definitions";
     maintainers = [ maintainers.maurer ];
     license = licenses.asl20;
   };