From c386d3d211518e7bb6711333c44241496196a129 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Sat, 31 Oct 2020 14:43:59 +0100 Subject: [PATCH] Update pkgs/development/ocaml-modules/mirage-profile/default.nix Co-authored-by: Sandro --- pkgs/development/ocaml-modules/mirage-profile/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/ocaml-modules/mirage-profile/default.nix b/pkgs/development/ocaml-modules/mirage-profile/default.nix index d4cf621ed11..c6ca730bf3c 100644 --- a/pkgs/development/ocaml-modules/mirage-profile/default.nix +++ b/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 ]; }; }