about summary refs log tree commit diff
path: root/pkgs/applications/editors/thiefmd/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/thiefmd/default.nix')
-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 = [ ];
   };
 }