about summary refs log tree commit diff
path: root/pkgs/applications/office/morgen/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/office/morgen/default.nix')
-rw-r--r--pkgs/applications/office/morgen/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/morgen/default.nix b/pkgs/applications/office/morgen/default.nix
index 7bae5b5388d7a..433b8855a9a21 100644
--- a/pkgs/applications/office/morgen/default.nix
+++ b/pkgs/applications/office/morgen/default.nix
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
     mainProgram = "morgen";
     sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.unfree;
-    maintainers = with maintainers; [ justanotherariel wolfangaukang ];
+    maintainers = with maintainers; [ justanotherariel ];
     platforms = [ "x86_64-linux" ];
   };
 }