Fix descriptions to be CONTRIBUTIONS.md compliant

This commit is contained in:
Matthew Maurer
2016-09-14 02:36:08 -04:00
parent f10067be1f
commit 4cc33335a4
15 changed files with 15 additions and 15 deletions
@@ -7,7 +7,7 @@ buildOcamlJane rec {
propagatedBuildInputs = [ ppx_core ppx_tools ppx_type_conv sexplib];
meta = with stdenv.lib; {
description = "Generation of accessor and iteration functions for ocaml variant types.";
description = "Generation of accessor and iteration functions for ocaml variant types";
maintainers = [ maintainers.maurer ];
license = licenses.asl20;
};