about summary refs log tree commit diff
path: root/pkgs/applications/editors/sublime/3
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2023-01-31 15:21:37 +0100
committerJan Tojnar <jtojnar@gmail.com>2023-05-20 16:40:17 +0200
commita2f49342d860f6d0875598c3ff279881c9e283b6 (patch)
tree5e23255b8ac1abdd96963e2544fe9459530164ce /pkgs/applications/editors/sublime/3
parent897876e4c484f1e8f92009fd11b7d988a121a4e7 (diff)
treewide: Reduce jtojnar maintainership
Notably fwupd, pipewire and flatpak.
I want to focus on GNOME and other packages I still actually use.
Pipewire is still important but I have not touched the packaging in a while.
Diffstat (limited to 'pkgs/applications/editors/sublime/3')
-rw-r--r--pkgs/applications/editors/sublime/3/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/sublime/3/common.nix b/pkgs/applications/editors/sublime/3/common.nix
index e1d5b3d4d36e3..bbb7e6f1e918b 100644
--- a/pkgs/applications/editors/sublime/3/common.nix
+++ b/pkgs/applications/editors/sublime/3/common.nix
@@ -130,7 +130,7 @@ in stdenv.mkDerivation (rec {
   meta = with lib; {
     description = "Sophisticated text editor for code, markup and prose";
     homepage = "https://www.sublimetext.com/";
-    maintainers = with maintainers; [ jtojnar wmertens demin-dmitriy zimbatm ];
+    maintainers = with maintainers; [ wmertens demin-dmitriy zimbatm ];
     sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.unfree;
     platforms = [ "x86_64-linux" "i686-linux" ];