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