Dear User,
We moved our Github organisation to https://github.com/void-linux. Please move your local repositories and your forks to the new organisation:
Change the remote of your clone
cd /path/to/void-packages
sed -i 's#/voidlinux/#/void-linux/#g' .git/configchange your fork on GitHub
Please consider one of the two following methods:
remove and fork
-
Go to
https://github.com/<YOUR ACCOUNT NAME>/void-packages/settings -
Scroll down to the Danger Zone.
-
Press
Delete this repository -
Confirm by entering
void-packages. -
Press the
forkbutton -
Open a terminal.
-
Go to your local repository:
cd /path/to/void-packages -
Force push to the new fork
git push -f --all git@github.com:<YOUR ACCOUNT NAME>/${NAME}.git