nixos/repart-image: add myself as maintainer

This commit is contained in:
WilliButz
2024-03-21 11:37:43 +01:00
parent 5282cdd926
commit d9264d0568
+1 -1
View File
@@ -286,7 +286,7 @@ in
inherit fileSystems definitionsDirectory partitionsJSON mkfsEnv;
};
meta.maintainers = with lib.maintainers; [ nikstur ];
meta.maintainers = with lib.maintainers; [ nikstur willibutz ];
};
}