summary refs log tree commit diff
path: root/pkgs/servers/atlassian/confluence.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/atlassian/confluence.nix')
-rw-r--r--pkgs/servers/atlassian/confluence.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/atlassian/confluence.nix b/pkgs/servers/atlassian/confluence.nix
index f677ce61ac5..b6af64e984e 100644
--- a/pkgs/servers/atlassian/confluence.nix
+++ b/pkgs/servers/atlassian/confluence.nix
@@ -52,6 +52,6 @@ optionalWarning (crowdProperties != null) "Using `crowdProperties` is deprecated
     homepage = "https://www.atlassian.com/software/confluence";
     sourceProvenance = with sourceTypes; [ binaryBytecode ];
     license = licenses.unfree;
-    maintainers = with maintainers; [ globin willibutz ciil techknowlogick ma27 ];
+    maintainers = with maintainers; [ willibutz ciil techknowlogick ];
   };
 })