summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/janestreet/ppx-custom-printf.nix
diff options
context:
space:
mode:
authorMatthew Maurer <matthew.r.maurer@gmail.com>2016-09-13 22:25:04 -0400
committerMatthew Maurer <matthew.r.maurer@gmail.com>2016-09-14 02:36:08 -0400
commit4cc33335a4139b710dacfa291bf852f1a523db99 (patch)
tree66fb143647e566681854e4d34e5f2a27399a6be7 /pkgs/development/ocaml-modules/janestreet/ppx-custom-printf.nix
parentf10067be1fc5e6afa9d04a61c0f92ccb2661c69b (diff)
downloadnixpkgs-4cc33335a4139b710dacfa291bf852f1a523db99.tar
nixpkgs-4cc33335a4139b710dacfa291bf852f1a523db99.tar.gz
nixpkgs-4cc33335a4139b710dacfa291bf852f1a523db99.tar.bz2
nixpkgs-4cc33335a4139b710dacfa291bf852f1a523db99.tar.lz
nixpkgs-4cc33335a4139b710dacfa291bf852f1a523db99.tar.xz
nixpkgs-4cc33335a4139b710dacfa291bf852f1a523db99.tar.zst
nixpkgs-4cc33335a4139b710dacfa291bf852f1a523db99.zip
Fix descriptions to be CONTRIBUTIONS.md compliant
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 f96d5bf4ca6..3fe78e3e7e2 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;
   };