summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/janestreet/ppx-custom-printf.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet/ppx-custom-printf.nix')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/ppx-custom-printf.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/ppx-custom-printf.nix b/pkgs/development/ocaml-modules/janestreet/ppx-custom-printf.nix
index f96d5bf4ca60..3fe78e3e7e2e 100644
--- a/pkgs/development/ocaml-modules/janestreet/ppx-custom-printf.nix
+++ b/pkgs/development/ocaml-modules/janestreet/ppx-custom-printf.nix
@@ -8,7 +8,7 @@ buildOcamlJane rec {
   propagatedBuildInputs = [ ppx_core ppx_driver ppx_sexp_conv ppx_tools ];
 
   meta = with stdenv.lib; {
-    description = "Extensions to printf-style format-strings for user-defined string conversion.";
+    description = "Extensions to printf-style format-strings for user-defined string conversion";
     maintainers = [ maintainers.maurer ];
     license = licenses.asl20;
   };