1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

maintainers/teams: add podman team

This commit is contained in:
zowoq 2020-04-03 20:10:47 +10:00
parent 33157673f4
commit d2556f0a95

View file

@ -30,4 +30,13 @@ with lib.maintainers; {
];
scope = "Maintain GNOME desktop environment and platform.";
};
podman = {
members = [
saschagrunert
vdemeester
zowoq
];
scope = "Maintain podman related packages.";
};
}