Skip to content

Commit e061c4b

Browse files
committed
podman-compose: Add podman team to maintainers
1 parent 866b411 commit e061c4b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • pkgs/applications/virtualization/podman-compose

pkgs/applications/virtualization/podman-compose/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ buildPythonApplication rec {
1111

1212
propagatedBuildInputs = [ pyyaml podman ];
1313

14-
meta = with lib; {
14+
meta = {
1515
description = "An implementation of docker-compose with podman backend";
1616
homepage = "https://github.com/containers/podman-compose";
17-
license = licenses.gpl2;
18-
platforms = platforms.linux;
19-
maintainers = with maintainers; [ sikmir ];
17+
license = lib.licenses.gpl2;
18+
platforms = lib.platforms.linux;
19+
maintainers = [ lib.maintainers.sikmir ] ++ lib.teams.podman.members;
2020
};
2121
}

0 commit comments

Comments
 (0)