nixos/repart-image: add myself as maintainer

This commit is contained in:
WilliButz
2024-03-19 17:43:23 +01:00
parent 5282cdd926
commit d9264d0568

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 ];
};
}