summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/janestreet/ppx-jane.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet/ppx-jane.nix')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/ppx-jane.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/ppx-jane.nix b/pkgs/development/ocaml-modules/janestreet/ppx-jane.nix
index d138ef0b24e2..86394f228e9d 100644
--- a/pkgs/development/ocaml-modules/janestreet/ppx-jane.nix
+++ b/pkgs/development/ocaml-modules/janestreet/ppx-jane.nix
@@ -15,7 +15,7 @@ buildOcamlJane rec {
       ppx_sexp_message ppx_sexp_value ppx_typerep_conv ppx_variants_conv ];
 
   meta = with stdenv.lib; {
-    description = "ppx_jane is a ppx_driver including all standard ppx rewriters.";
+    description = "A ppx_driver including all standard ppx rewriters";
     maintainers = [ maintainers.maurer ];
     license = licenses.asl20;
   };