summary refs log tree commit diff
path: root/pkgs/applications/editors/xxe-pe/default.nix
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2022-10-26 20:55:44 +0200
committerJan Tojnar <jtojnar@gmail.com>2022-10-26 20:55:46 +0200
commit16d6e2d5cc51809f5b3ee06435560b00977dea65 (patch)
tree406fc3d537d4b1430a10e71349a95654c3b52fcd /pkgs/applications/editors/xxe-pe/default.nix
parent561ee34df0f59ca37266a5898790226c6b7b8cbb (diff)
downloadnixpkgs-16d6e2d5cc51809f5b3ee06435560b00977dea65.tar
nixpkgs-16d6e2d5cc51809f5b3ee06435560b00977dea65.tar.gz
nixpkgs-16d6e2d5cc51809f5b3ee06435560b00977dea65.tar.bz2
nixpkgs-16d6e2d5cc51809f5b3ee06435560b00977dea65.tar.lz
nixpkgs-16d6e2d5cc51809f5b3ee06435560b00977dea65.tar.xz
nixpkgs-16d6e2d5cc51809f5b3ee06435560b00977dea65.tar.zst
nixpkgs-16d6e2d5cc51809f5b3ee06435560b00977dea65.zip
xxe-pe: remove myself from maintainers
Diffstat (limited to 'pkgs/applications/editors/xxe-pe/default.nix')
-rw-r--r--pkgs/applications/editors/xxe-pe/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/xxe-pe/default.nix b/pkgs/applications/editors/xxe-pe/default.nix
index 1f592b7320c..6df56b9773b 100644
--- a/pkgs/applications/editors/xxe-pe/default.nix
+++ b/pkgs/applications/editors/xxe-pe/default.nix
@@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
     description = "Strictly validating, near WYSIWYG, XML editor with DocBook support";
     homepage = "https://www.xmlmind.com/xmleditor/";
     license = licenses.unfree;
-    maintainers = [ maintainers.jtojnar ];
+    maintainers = [ ];
     platforms = [ "x86_64-linux" ];
   };
 }