Skip to content

Commit

Permalink
cri-tools: add license
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa committed Aug 15, 2018
1 parent 8fa1389 commit 5c395d5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkgs/tools/virtualization/cri-tools/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ buildGoPackage, fetchurl }:
{ buildGoPackage, fetchurl, lib }:

buildGoPackage
{ name = "cri-tools-1.0.0-alpha.0";
Expand All @@ -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;
}

0 comments on commit 5c395d5

Please sign in to comment.