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