Skip to content

Commit

Permalink
xhyve: add license
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa committed Jun 11, 2020
1 parent 5d87992 commit 22ff32d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/applications/virtualization/xhyve/default.nix
Expand Up @@ -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;
};
}

0 comments on commit 22ff32d

Please sign in to comment.