skopeo: update maintainers
This commit is contained in:
parent
2af7c9cfae
commit
878589a122
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user