Update pkgs/development/ocaml-modules/mirage-profile/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
wip/yesman
Vincent Laporte 4 years ago committed by ehmry
parent 49bdf0dace
commit c386d3d211
  1. 6
      pkgs/development/ocaml-modules/mirage-profile/default.nix

@ -17,10 +17,10 @@ buildDunePackage rec {
buildInputs = [ ppx_cstruct ];
propagatedBuildInputs = [ cstruct lwt ];
meta = {
meta = with lib; {
description = "Collect runtime profiling information in CTF format";
homepage = "https://github.com/mirage/mirage-profile";
license = lib.licenses.bsd2;
maintainers = [ lib.maintainers.vbgl ];
license = licenses.bsd2;
maintainers = with maintainers; [ vbgl ];
};
}

Loading…
Cancel
Save