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 popd
''; '';
meta = { meta = with stdenv.lib; {
description = "A command line utility for various operations on container images and image repositories"; description = "A command line utility for various operations on container images and image repositories";
homepage = "https://github.com/containers/skopeo"; homepage = "https://github.com/containers/skopeo";
maintainers = with stdenv.lib.maintainers; [ vdemeester lewo ]; maintainers = with maintainers; [ lewo ] ++ teams.podman.members;
license = stdenv.lib.licenses.asl20; license = licenses.asl20;
}; };
} }