summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/janestreet/ppx-type-conv.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-type-conv.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-type-conv.nix')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/ppx-type-conv.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/ppx-type-conv.nix b/pkgs/development/ocaml-modules/janestreet/ppx-type-conv.nix
index 6a7588e13ab..fc6d9ca0345 100644
--- a/pkgs/development/ocaml-modules/janestreet/ppx-type-conv.nix
+++ b/pkgs/development/ocaml-modules/janestreet/ppx-type-conv.nix
@@ -8,7 +8,7 @@ buildOcamlJane rec {
     [ ppx_core ppx_deriving ppx_driver ppx_tools ];
 
   meta = with stdenv.lib; {
-    description = "The type_conv library factors out functionality needed by different preprocessors that generate code from type specifications.";
+    description = "The type_conv library factors out functionality needed by different preprocessors that generate code from type specifications";
     maintainers = [ maintainers.maurer ];
     license = licenses.asl20;
   };