summaryrefslogtreecommitdiffstats
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)
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 0df513cf7963..2daa551ebae9 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" ];
};