summary refs log tree commit diff
path: root/pkgs/applications/editors/sublime
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-06-18 16:14:29 +0200
committerJan Tojnar <jtojnar@gmail.com>2019-06-18 22:47:11 +0200
commite8cdece9ce36b8d84d4f849325624f39e5f46cdf (patch)
tree0dcf679381d70dc8cf1bccb3ff7e9bd2bc4cde63 /pkgs/applications/editors/sublime
parent48d92c9461c378157de1e1e8049bd1c01b03271c (diff)
downloadnixpkgs-e8cdece9ce36b8d84d4f849325624f39e5f46cdf.tar
nixpkgs-e8cdece9ce36b8d84d4f849325624f39e5f46cdf.tar.gz
nixpkgs-e8cdece9ce36b8d84d4f849325624f39e5f46cdf.tar.bz2
nixpkgs-e8cdece9ce36b8d84d4f849325624f39e5f46cdf.tar.lz
nixpkgs-e8cdece9ce36b8d84d4f849325624f39e5f46cdf.tar.xz
nixpkgs-e8cdece9ce36b8d84d4f849325624f39e5f46cdf.tar.zst
nixpkgs-e8cdece9ce36b8d84d4f849325624f39e5f46cdf.zip
sublime3: add maintainer
Diffstat (limited to 'pkgs/applications/editors/sublime')
-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 0df513cf796..2daa551ebae 100644
--- a/pkgs/applications/editors/sublime/3/common.nix
+++ b/pkgs/applications/editors/sublime/3/common.nix
@@ -148,7 +148,7 @@ in stdenv.mkDerivation (rec {
   meta = with stdenv.lib; {
     description = "Sophisticated text editor for code, markup and prose";
     homepage = https://www.sublimetext.com/;
-    maintainers = with maintainers; [ wmertens demin-dmitriy zimbatm ];
+    maintainers = with maintainers; [ jtojnar wmertens demin-dmitriy zimbatm ];
     license = licenses.unfree;
     platforms = [ "x86_64-linux" "i686-linux" ];
   };