about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorP. <d.ol.rod@tutanota.com>2024-06-22 07:03:16 -0600
committerP. <d.ol.rod@tutanota.com>2024-06-22 07:03:16 -0600
commit7e1ff7bd737691d877911fef537ccbf1713b6542 (patch)
tree4589af17a6edbeb078f78261cd8ae86c8a9351b0 /pkgs/applications/office
parent0a548fc62eba3e2e3cd207c03c419ae94b034c46 (diff)
treewide: remove wolfangaukang as maintainer
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/clockify/default.nix2
-rw-r--r--pkgs/applications/office/morgen/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/clockify/default.nix b/pkgs/applications/office/clockify/default.nix
index 6acb243acec76..8bcd2785bc22c 100644
--- a/pkgs/applications/office/clockify/default.nix
+++ b/pkgs/applications/office/clockify/default.nix
@@ -25,7 +25,7 @@ appimageTools.wrapType2 rec {
     description = "Free time tracker and timesheet app that lets you track work hours across projects";
     homepage = "https://clockify.me";
     license = licenses.unfree;
-    maintainers = with maintainers; [ wolfangaukang ];
+    maintainers = [ ];
     mainProgram = "clockify";
     platforms = [ "x86_64-linux" ];
   };
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" ];
   };
 }