xhyve: add license

wip/yesman
Markus Kowalewski 4 years ago
parent 5d87992126
commit 22ff32d740
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
  1. 7
      pkgs/applications/virtualization/xhyve/default.nix

@ -27,10 +27,11 @@ stdenv.mkDerivation rec {
cp build/xhyve $out/bin
'';
meta = {
meta = with lib; {
description = "Lightweight Virtualization on macOS Based on bhyve";
homepage = "https://github.com/mist64/xhyve";
maintainers = [ lib.maintainers.lnl7 ];
platforms = lib.platforms.darwin;
maintainers = [ maintainers.lnl7 ];
license = licenses.bsd2;
platforms = platforms.darwin;
};
}

Loading…
Cancel
Save