summary refs log tree commit diff
path: root/nixos/modules/services/misc/gitweb.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/misc/gitweb.nix')
-rw-r--r--nixos/modules/services/misc/gitweb.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/gitweb.nix b/nixos/modules/services/misc/gitweb.nix
index ca21366b779..13396bf2eb0 100644
--- a/nixos/modules/services/misc/gitweb.nix
+++ b/nixos/modules/services/misc/gitweb.nix
@@ -54,6 +54,6 @@ in
 
   };
 
-  meta.maintainers = with maintainers; [ gnidorah ];
+  meta.maintainers = with maintainers; [ ];
 
 }