We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866b411 commit e061c4bCopy full SHA for e061c4b
1 file changed
pkgs/applications/virtualization/podman-compose/default.nix
@@ -11,11 +11,11 @@ buildPythonApplication rec {
11
12
propagatedBuildInputs = [ pyyaml podman ];
13
14
- meta = with lib; {
+ meta = {
15
description = "An implementation of docker-compose with podman backend";
16
homepage = "https://github.com/containers/podman-compose";
17
- license = licenses.gpl2;
18
- platforms = platforms.linux;
19
- maintainers = with maintainers; [ sikmir ];
+ license = lib.licenses.gpl2;
+ platforms = lib.platforms.linux;
+ maintainers = [ lib.maintainers.sikmir ] ++ lib.teams.podman.members;
20
};
21
}
0 commit comments