about summary refs log tree commit diff
path: root/pkgs/applications/editors/thiefmd
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/editors/thiefmd
parent0a548fc62eba3e2e3cd207c03c419ae94b034c46 (diff)
treewide: remove wolfangaukang as maintainer
Diffstat (limited to 'pkgs/applications/editors/thiefmd')
-rw-r--r--pkgs/applications/editors/thiefmd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/thiefmd/default.nix b/pkgs/applications/editors/thiefmd/default.nix
index d603981302342..59e28a75ad138 100644
--- a/pkgs/applications/editors/thiefmd/default.nix
+++ b/pkgs/applications/editors/thiefmd/default.nix
@@ -66,6 +66,6 @@ stdenv.mkDerivation rec {
     mainProgram = "com.github.kmwallio.thiefmd";
     license = licenses.gpl3Only;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ wolfangaukang ];
+    maintainers = [ ];
   };
 }