From 42584ba5b2319d5b702f15370f45661f4710de2c Mon Sep 17 00:00:00 2001 From: Patrick Hilhorst Date: Wed, 17 Apr 2019 11:56:07 +0200 Subject: [PATCH] vscode: add Synthetica as maintainer --- pkgs/applications/editors/vscode/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/vscode/default.nix b/pkgs/applications/editors/vscode/default.nix index a98ac42b4f8..3748f8acdda 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" ]; }; }