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
@@ -15,7 +15,7 @@ buildOcamlJane rec {
ppx_sexp_message ppx_sexp_value ppx_typerep_conv ppx_variants_conv ];
meta = with stdenv.lib; {
description = "ppx_jane is a ppx_driver including all standard ppx rewriters.";
description = "A ppx_driver including all standard ppx rewriters";
maintainers = [ maintainers.maurer ];
license = licenses.asl20;
};