vscode: drop self from maintainers

+1 -1
+1 -1
pkgs/applications/editors/vscode/vscode.nix
··· 97 97 homepage = "https://code.visualstudio.com/"; 98 98 downloadPage = "https://code.visualstudio.com/Updates"; 99 99 license = licenses.unfree; 100 - maintainers = with maintainers; [ eadwu synthetica amaxine bobby285271 Enzime ]; 100 + maintainers = with maintainers; [ eadwu synthetica bobby285271 Enzime ]; 101 101 platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" "aarch64-linux" "armv7l-linux" ]; 102 102 }; 103 103 }