Remove Source
Remove a source from the list of sources used to resolve packages.
apt
Homebrew
Python
npm
Ruby
Go
add-apt-repository --remove _
brew untap _
pip config unset global.index-url
# Open a PR to complete this 🫶🏻
gem sources --remove _
# N/A