summary refs log tree commit diff
path: root/pkgs/applications/version-management
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-05-17 02:42:24 +0200
committerGitHub <noreply@github.com>2021-05-17 02:42:24 +0200
commit700942d2a5fad6321c355513839bb0a7d1d5f4f3 (patch)
treea35665a112c1517dc0b6761b15376ad3ed7d63d1 /pkgs/applications/version-management
parentf66a5695b45afdb95963d6fe5fe445c43a6c1acb (diff)
parentae02415ee82b0f34cbcabf639335210e5b58a71d (diff)
Merge pull request #121119 from SuperSandro2000/remove-gnidorah
treewide: remove gnidorah
Diffstat (limited to 'pkgs/applications/version-management')
-rw-r--r--pkgs/applications/version-management/git-and-tools/gitweb/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/version-management/git-and-tools/gitweb/default.nix b/pkgs/applications/version-management/git-and-tools/gitweb/default.nix
index 1fa2ebc6f74a7..478d9aaf0cc29 100644
--- a/pkgs/applications/version-management/git-and-tools/gitweb/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/gitweb/default.nix
@@ -22,6 +22,6 @@ in buildEnv {
        ++ [ "${git}/share/gitweb" ];
 
   meta = git.meta // {
-    maintainers = with lib.maintainers; [ gnidorah ];
+    maintainers = with lib.maintainers; [ ];
   };
 }