mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
cri-tools: add license
This commit is contained in:
parent
8fa1389402
commit
5c395d5095
@ -1,4 +1,4 @@
|
||||
{ buildGoPackage, fetchurl }:
|
||||
{ buildGoPackage, fetchurl, lib }:
|
||||
|
||||
buildGoPackage
|
||||
{ name = "cri-tools-1.0.0-alpha.0";
|
||||
@ -10,6 +10,10 @@ buildGoPackage
|
||||
goPackagePath = "github.com/kubernetes-incubator/cri-tools";
|
||||
subPackages = [ "cmd/crictl" "cmd/critest" ];
|
||||
|
||||
meta = {
|
||||
license = lib.licenses.asl20;
|
||||
};
|
||||
|
||||
goDeps = ./deps.nix;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user