This is just a heads up for users who have cloned MediaCore from our Github repository; if you don't use Git then you can disregard this.
Our Github repository URL has changed. The new URL is:
http://github.com/mediacore/mediacore
In order to continue to be able to fetch new changes from our repository, you'll have to point your clone or fork to the new repository address.
If you simply cloned the MediaCore repository, just run this command:
$ git remote set-url origin git://github.com/mediacore/mediacore.git
Alternately, if you have your own fork of MediaCore, run this command instead:
$ git remote set-url upstream git://github.com/mediacore/mediacore.git
This will be a one-time change, sorry for the inconvenience.
Cheers,
Nathan