Loading pkgs/development/ocaml-modules/bisect_ppx/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -18,11 +18,11 @@ buildDunePackage rec { ppxlib ]; meta = with lib; { meta = { description = "Bisect_ppx is a code coverage tool for OCaml and Reason. It helps you test thoroughly by showing what's not tested"; homepage = "https://github.com/aantron/bisect_ppx"; license = licenses.mit; maintainers = [ ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ momeemt ]; mainProgram = "bisect-ppx-report"; }; } Loading
pkgs/development/ocaml-modules/bisect_ppx/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -18,11 +18,11 @@ buildDunePackage rec { ppxlib ]; meta = with lib; { meta = { description = "Bisect_ppx is a code coverage tool for OCaml and Reason. It helps you test thoroughly by showing what's not tested"; homepage = "https://github.com/aantron/bisect_ppx"; license = licenses.mit; maintainers = [ ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ momeemt ]; mainProgram = "bisect-ppx-report"; }; }