Dancer GitHub repository move
The Dancer repository on GitHub has been moved, from Sukria's own GitHub account to live under the PerlDancer organisation on GitHub.
This has been done to better share administration duties between the core dev team, and enable commit bits to be distributed more easily where needed.
However, this does mean that the old repository URL will no longer work - the repository is now found at:
https://github.com/PerlDancer/Dancer
If you have a checkout of the Dancer repository, you'll need to tell git about the new upstream URL - if you had a commit bit, so had a read+write checkout:
git remote set-url origin git@github.com:PerlDancer/Dancer.git
Otherwise, e.g.:
git remote set-url origin git://github.com/PerlDancer/Dancer.git
If you have a fork of the Dancer repository, similarly you will need to change the upstream location:
git remote set-url upstream git://github.com/PerlDancer/Dancer.git
The Dancer project website will be updated shortly to link to the new repository.
Leave a comment