Merge pull request #231504 from nikstur/systemd-repart-add-maintainer

nixos/systemd-repart: add myself as maintainer

authored by Florian Klink and committed by GitHub e9c6179a 05fada34

+2
+2
nixos/modules/system/boot/systemd/repart.nix
··· 121 121 ]; 122 122 }; 123 123 }; 124 + 125 + meta.maintainers = with lib.maintainers; [ nikstur ]; 124 126 }