Merge pull request #146631 from bobby285271/maintainer

vscode, vscodium: add myself as maintainer

authored by Thiago Kenji Okada and committed by GitHub 6027b11c df317790

+2 -2
+1 -1
pkgs/applications/editors/vscode/vscode.nix
··· 57 57 homepage = "https://code.visualstudio.com/"; 58 58 downloadPage = "https://code.visualstudio.com/Updates"; 59 59 license = licenses.unfree; 60 - maintainers = with maintainers; [ eadwu synthetica maxeaubrey ]; 60 + maintainers = with maintainers; [ eadwu synthetica maxeaubrey bobby285271 ]; 61 61 platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" "aarch64-linux" "armv7l-linux" ]; 62 62 }; 63 63 }
+1 -1
pkgs/applications/editors/vscode/vscodium.nix
··· 62 62 homepage = "https://github.com/VSCodium/vscodium"; 63 63 downloadPage = "https://github.com/VSCodium/vscodium/releases"; 64 64 license = licenses.mit; 65 - maintainers = with maintainers; [ synthetica turion ]; 65 + maintainers = with maintainers; [ synthetica turion bobby285271 ]; 66 66 platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "armv7l-linux" ]; 67 67 }; 68 68 }