skopeo: update maintainers

This commit is contained in:
zowoq 2020-04-03 20:11:27 +10:00
parent 2af7c9cfae
commit 878589a122

View File

@ -49,10 +49,10 @@ buildGoPackage {
popd
'';
meta = {
meta = with stdenv.lib; {
description = "A command line utility for various operations on container images and image repositories";
homepage = "https://github.com/containers/skopeo";
maintainers = with stdenv.lib.maintainers; [ vdemeester lewo ];
license = stdenv.lib.licenses.asl20;
maintainers = with maintainers; [ lewo ] ++ teams.podman.members;
license = licenses.asl20;
};
}