maintainers/teams: add podman team
This commit is contained in:
parent
33157673f4
commit
d2556f0a95
|
@ -30,4 +30,13 @@ with lib.maintainers; {
|
||||||
];
|
];
|
||||||
scope = "Maintain GNOME desktop environment and platform.";
|
scope = "Maintain GNOME desktop environment and platform.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
podman = {
|
||||||
|
members = [
|
||||||
|
saschagrunert
|
||||||
|
vdemeester
|
||||||
|
zowoq
|
||||||
|
];
|
||||||
|
scope = "Maintain podman related packages.";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue