From 1bd62f43eb66cff8fcbb540e91386cb34703affb Mon Sep 17 00:00:00 2001 From: nikstur Date: Fri, 12 May 2023 18:55:09 +0200 Subject: [PATCH] nixos/systemd-repart: add myself as maintainer --- nixos/modules/system/boot/systemd/repart.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/modules/system/boot/systemd/repart.nix b/nixos/modules/system/boot/systemd/repart.nix index 1f176252dc1e..251c7e236123 100644 --- a/nixos/modules/system/boot/systemd/repart.nix +++ b/nixos/modules/system/boot/systemd/repart.nix @@ -121,4 +121,6 @@ in ]; }; }; + + meta.maintainers = with lib.maintainers; [ nikstur ]; }