ppx_sexp_conv: Fix description to match package

This commit is contained in:
Matthew Maurer 2016-09-14 11:50:42 -04:00
parent 4cc33335a4
commit 4fcc1a5a97

@ -7,7 +7,7 @@ buildOcamlJane rec {
propagatedBuildInputs = [ ppx_core ppx_tools ppx_type_conv sexplib];
meta = with stdenv.lib; {
description = "A ppx rewriter that defines an extension node whose value is its source position";
description = "PPX syntax extension that generates code for converting OCaml types to and from s-expressions, as defined in the sexplib library";
maintainers = [ maintainers.maurer ];
license = licenses.asl20;
};