about summary refs log tree commit diff
path: root/pkgs/applications/editors/vscode
diff options
context:
space:
mode:
authorManuel Bärenz <programming@manuelbaerenz.de>2020-04-19 12:56:52 +0200
committerManuel Bärenz <programming@manuelbaerenz.de>2020-04-19 13:14:31 +0200
commitf253da42f8fe2bf2d955849d9b4fff54e1a0f0d1 (patch)
treea3e7305f65e57c5bdc8c9b04629110d37e958665 /pkgs/applications/editors/vscode
parentd4d6d26588de50957d8723b219007b0b35f346d5 (diff)
Add myself (turion) to the maintainers list for several packages
Following nh2's advice, I want to be more involved in nixpkgs,
and I'll start to review changes to programs that are important to me,
and that didn't have a long list of maintainers yet.
Diffstat (limited to 'pkgs/applications/editors/vscode')
-rw-r--r--pkgs/applications/editors/vscode/vscodium.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/vscode/vscodium.nix b/pkgs/applications/editors/vscode/vscodium.nix
index edc63b1c2f852..63e6cc920bf34 100644
--- a/pkgs/applications/editors/vscode/vscodium.nix
+++ b/pkgs/applications/editors/vscode/vscodium.nix
@@ -54,7 +54,7 @@ in
       homepage = "https://github.com/VSCodium/vscodium";
       downloadPage = "https://github.com/VSCodium/vscodium/releases";
       license = licenses.mit;
-      maintainers = with maintainers; [ synthetica ];
+      maintainers = with maintainers; [ synthetica turion ];
       platforms = [ "x86_64-linux" "x86_64-darwin" ];
     };
   }