about summary refs log tree commit diff
path: root/pkgs/applications/editors/jedit
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2022-08-01 09:37:03 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2022-08-01 09:37:03 +0200
commitaee62d6bca575d44ece29b9fc39557a6ed742c99 (patch)
tree2a167dbe4eb495aceea92bfb7355404b5fe9a8a8 /pkgs/applications/editors/jedit
parenta54fb7fc4ce8a2973097851eabfdb068a19d2211 (diff)
jedit, matio, proj: remove myself from meta.maintainers
Diffstat (limited to 'pkgs/applications/editors/jedit')
-rw-r--r--pkgs/applications/editors/jedit/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/jedit/default.nix b/pkgs/applications/editors/jedit/default.nix
index 1cffa831ef614..fe9284873551e 100644
--- a/pkgs/applications/editors/jedit/default.nix
+++ b/pkgs/applications/editors/jedit/default.nix
@@ -58,6 +58,6 @@ stdenv.mkDerivation {
     sourceProvenance = with sourceTypes; [ binaryBytecode ];
     license = licenses.gpl2;
     platforms = platforms.unix;
-    maintainers = [ maintainers.vbgl ];
+    maintainers = [ ];
   };
 }