mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
cri-tools: update maintainers
This commit is contained in:
parent
e3025ca128
commit
d8e8169bb0
|
@ -21,6 +21,6 @@ buildGoPackage rec {
|
||||||
description = "CLI and validation tools for Kubelet Container Runtime Interface (CRI)";
|
description = "CLI and validation tools for Kubelet Container Runtime Interface (CRI)";
|
||||||
homepage = "https://github.com/kubernetes-sigs/cri-tools";
|
homepage = "https://github.com/kubernetes-sigs/cri-tools";
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = with maintainers; [ saschagrunert ];
|
maintainers = with maintainers; [ ] ++ teams.podman.members;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue