about summary refs log tree commit diff
path: root/nixos/modules/image
diff options
context:
space:
mode:
authorWilliButz <willibutz@posteo.de>2024-03-19 17:43:23 +0100
committerWilliButz <willibutz@posteo.de>2024-03-21 11:37:43 +0100
commitd9264d056893b334c0e70171fe7fa14b5ddd7bcd (patch)
tree3fbacb7459689ed3fa4614063b4460fd76d8eefb /nixos/modules/image
parent5282cdd926c0784073b420c11077093c40819ede (diff)
nixos/repart-image: add myself as maintainer
Diffstat (limited to 'nixos/modules/image')
-rw-r--r--nixos/modules/image/repart.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/image/repart.nix b/nixos/modules/image/repart.nix
index f9f4754b16561..1a43297f4b432 100644
--- a/nixos/modules/image/repart.nix
+++ b/nixos/modules/image/repart.nix
@@ -286,7 +286,7 @@ in
         inherit fileSystems definitionsDirectory partitionsJSON mkfsEnv;
       };
 
-    meta.maintainers = with lib.maintainers; [ nikstur ];
+    meta.maintainers = with lib.maintainers; [ nikstur willibutz ];
 
   };
 }