about summary refs log tree commit diff
path: root/pkgs/applications/editors/vscode/vscodium.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-08-18 00:01:46 +0000
committerGitHub <noreply@github.com>2023-08-18 00:01:46 +0000
commitf1d7a13229bdf135d2701848045d846f83b77524 (patch)
tree95415eb78a9afb99b9c9e92c0fcb116d33268418 /pkgs/applications/editors/vscode/vscodium.nix
parentfbb4f932eeb6b4458051cd51001bf6c508eebfc3 (diff)
parent52042e1e9b1fb43a80d261e157cd6894aa1f88f2 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/editors/vscode/vscodium.nix')
-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 e29227d11d609..f714e709f69b4 100644
--- a/pkgs/applications/editors/vscode/vscodium.nix
+++ b/pkgs/applications/editors/vscode/vscodium.nix
@@ -61,7 +61,7 @@ in
       downloadPage = "https://github.com/VSCodium/vscodium/releases";
       license = licenses.mit;
       sourceProvenance = with sourceTypes; [ binaryNativeCode ];
-      maintainers = with maintainers; [ synthetica turion bobby285271 ];
+      maintainers = with maintainers; [ synthetica bobby285271 ];
       mainProgram = "codium";
       platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" "armv7l-linux" ];
     };