about summary refs log tree commit diff
path: root/nixos/modules/image/repart.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/image/repart.nix')
-rw-r--r--nixos/modules/image/repart.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/nixos/modules/image/repart.nix b/nixos/modules/image/repart.nix
index 926791d857012..e006ce83ce776 100644
--- a/nixos/modules/image/repart.nix
+++ b/nixos/modules/image/repart.nix
@@ -206,10 +206,7 @@ in
           | tee repart-output.json
       '';
 
-    meta = {
-      maintainers = with lib.maintainers; [ nikstur ];
-      doc = ./repart.md;
-    };
+    meta.maintainers = with lib.maintainers; [ nikstur ];
 
   };
 }