summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/janestreet/ppx-driver.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet/ppx-driver.nix')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/ppx-driver.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/ppx-driver.nix b/pkgs/development/ocaml-modules/janestreet/ppx-driver.nix
index ca6cc7464da6..7844756c7bfb 100644
--- a/pkgs/development/ocaml-modules/janestreet/ppx-driver.nix
+++ b/pkgs/development/ocaml-modules/janestreet/ppx-driver.nix
@@ -8,7 +8,7 @@ buildOcamlJane rec {
     [ ppx_core ppx_optcomp ];
 
   meta = with stdenv.lib; {
-    description = "A driver is an executable created from a set of OCaml AST transformers linked together with a command line frontend.";
+    description = "A driver is an executable created from a set of OCaml AST transformers linked together with a command line frontend";
     maintainers = [ maintainers.maurer ];
     license = licenses.asl20;
   };