about summary refs log tree commit diff
path: root/pkgs/applications/editors/vscode
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2019-04-17 11:56:07 +0200
committerPatrick Hilhorst <git@hilhorst.be>2019-04-17 11:56:07 +0200
commit42584ba5b2319d5b702f15370f45661f4710de2c (patch)
tree9ffd7a0b3a72187bde816a42b1eec5ff4347d83d /pkgs/applications/editors/vscode
parentf9d9c610188462b1d6fc0f5cc661e06777282162 (diff)
downloadnixlib-42584ba5b2319d5b702f15370f45661f4710de2c.tar
nixlib-42584ba5b2319d5b702f15370f45661f4710de2c.tar.gz
nixlib-42584ba5b2319d5b702f15370f45661f4710de2c.tar.bz2
nixlib-42584ba5b2319d5b702f15370f45661f4710de2c.tar.lz
nixlib-42584ba5b2319d5b702f15370f45661f4710de2c.tar.xz
nixlib-42584ba5b2319d5b702f15370f45661f4710de2c.tar.zst
nixlib-42584ba5b2319d5b702f15370f45661f4710de2c.zip
vscode: add Synthetica as maintainer
Diffstat (limited to 'pkgs/applications/editors/vscode')
-rw-r--r--pkgs/applications/editors/vscode/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/vscode/default.nix b/pkgs/applications/editors/vscode/default.nix
index a98ac42b4f81..3748f8acdda6 100644
--- a/pkgs/applications/editors/vscode/default.nix
+++ b/pkgs/applications/editors/vscode/default.nix
@@ -132,7 +132,7 @@ in
       homepage = https://code.visualstudio.com/;
       downloadPage = https://code.visualstudio.com/Updates;
       license = licenses.unfree;
-      maintainers = with maintainers; [ eadwu ];
+      maintainers = with maintainers; [ eadwu synthetica ];
       platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin" ];
     };
   }