nixos/podman: Add maintainer team & add myself to podman team

This commit is contained in:
adisbladis
2020-04-21 10:03:22 +01:00
parent b512a788a4
commit f0a92ef1d9
3 changed files with 9 additions and 6 deletions
+2 -1
View File
@@ -33,10 +33,11 @@ with lib.maintainers; {
podman = {
members = [
adisbladis
saschagrunert
vdemeester
zowoq
];
scope = "Maintain podman related packages.";
scope = "Maintain Podman related packages and modules.";
};
}