summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/mirage-profile
diff options
context:
space:
mode:
authorVincent Laporte <vbgl@users.noreply.github.com>2020-10-31 14:43:59 +0100
committerehmry <ehmry@posteo.net>2020-11-01 17:16:29 +0100
commitc386d3d211518e7bb6711333c44241496196a129 (patch)
treeca5bdd07d2de57c4321fd30ee9a9626e6c304d43 /pkgs/development/ocaml-modules/mirage-profile
parent49bdf0daceb9035f96e267b12adc01f28928edc4 (diff)
downloadnixpkgs-c386d3d211518e7bb6711333c44241496196a129.tar
nixpkgs-c386d3d211518e7bb6711333c44241496196a129.tar.gz
nixpkgs-c386d3d211518e7bb6711333c44241496196a129.tar.bz2
nixpkgs-c386d3d211518e7bb6711333c44241496196a129.tar.lz
nixpkgs-c386d3d211518e7bb6711333c44241496196a129.tar.xz
nixpkgs-c386d3d211518e7bb6711333c44241496196a129.tar.zst
nixpkgs-c386d3d211518e7bb6711333c44241496196a129.zip
Update pkgs/development/ocaml-modules/mirage-profile/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Diffstat (limited to 'pkgs/development/ocaml-modules/mirage-profile')
-rw-r--r--pkgs/development/ocaml-modules/mirage-profile/default.nix6
1 files 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 ];
   };
 }