Permalink
Switch branches/tags
Nothing to show
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
38 lines (22 sloc) 849 Bytes

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/config

change your fork on GitHub

Please consider one of the two following methods:

remove and fork
  1. Go to https://github.com/<YOUR ACCOUNT NAME>/void-packages/settings

  2. Scroll down to the Danger Zone.

  3. Press Delete this repository

  4. Confirm by entering void-packages.

  5. Go to https://github.com/void-linux/void-packages

  6. Press the fork button

  7. Open a terminal.

  8. Go to your local repository: cd /path/to/void-packages

  9. Force push to the new fork git push -f --all git@github.com:<YOUR ACCOUNT NAME>/${NAME}.git