summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/janestreet/ppx-assert.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-assert.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-assert.nix')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/ppx-assert.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/ppx-assert.nix b/pkgs/development/ocaml-modules/janestreet/ppx-assert.nix
index e42bc80e9dd..b61874d3a7e 100644
--- a/pkgs/development/ocaml-modules/janestreet/ppx-assert.nix
+++ b/pkgs/development/ocaml-modules/janestreet/ppx-assert.nix
@@ -9,7 +9,7 @@ buildOcamlJane rec {
       ppx_type_conv sexplib ];
 
   meta = with stdenv.lib; {
-    description = "Assert-like extension nodes that raise useful errors on failure.";
+    description = "Assert-like extension nodes that raise useful errors on failure";
     maintainers = [ maintainers.maurer ];
     license = licenses.asl20;
   };