Fix descriptions to be CONTRIBUTIONS.md compliant
This commit is contained in:
@@ -11,7 +11,7 @@ buildOcamlJane rec {
|
||||
propagatedBuildInputs = [ ppx_core ppx_driver ppx_inline_test ppx_tools ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Syntax extension for writing in-line benchmarks in ocaml code.";
|
||||
description = "Syntax extension for writing in-line benchmarks in ocaml code";
|
||||
maintainers = [ maintainers.maurer ];
|
||||
license = licenses.asl20;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user