pkgs/development/tools: stdenv.lib -> lib
This commit is contained in:
@@ -19,7 +19,7 @@ buildGoModule rec {
|
||||
description = "Package manager for kubectl plugins";
|
||||
homepage = "https://github.com/kubernetes-sigs/krew";
|
||||
maintainers = with maintainers; [ vdemeester ];
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
license = lib.licenses.asl20;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user