podman-compose: Add podman team to maintainers
This commit is contained in:
parent
866b411ab6
commit
e061c4bab3
@ -11,11 +11,11 @@ buildPythonApplication rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ pyyaml podman ];
|
propagatedBuildInputs = [ pyyaml podman ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "An implementation of docker-compose with podman backend";
|
description = "An implementation of docker-compose with podman backend";
|
||||||
homepage = "https://github.com/containers/podman-compose";
|
homepage = "https://github.com/containers/podman-compose";
|
||||||
license = licenses.gpl2;
|
license = lib.licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = with maintainers; [ sikmir ];
|
maintainers = [ lib.maintainers.sikmir ] ++ lib.teams.podman.members;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user