Switch main GitHub repo from jodal/mopidy to mopidy/mopidy
This commit is contained in:
parent
1c48c7ab2f
commit
0b9d7bbd3f
@ -13,7 +13,7 @@ To install Mopidy, check out
|
|||||||
|
|
||||||
* `Documentation (latest release) <http://www.mopidy.com/docs/master/>`_
|
* `Documentation (latest release) <http://www.mopidy.com/docs/master/>`_
|
||||||
* `Documentation (development version) <http://www.mopidy.com/docs/develop/>`_
|
* `Documentation (development version) <http://www.mopidy.com/docs/develop/>`_
|
||||||
* `Source code <http://github.com/jodal/mopidy>`_
|
* `Source code <http://github.com/mopidy/mopidy>`_
|
||||||
* `Issue tracker <http://github.com/jodal/mopidy/issues>`_
|
* `Issue tracker <http://github.com/mopidy/mopidy/issues>`_
|
||||||
* IRC: ``#mopidy`` at `irc.freenode.net <http://freenode.net/>`_
|
* IRC: ``#mopidy`` at `irc.freenode.net <http://freenode.net/>`_
|
||||||
* `Download development snapshot <http://github.com/jodal/mopidy/tarball/develop#egg=mopidy-dev>`_
|
* `Download development snapshot <http://github.com/mopidy/mopidy/tarball/develop#egg=mopidy-dev>`_
|
||||||
|
|||||||
@ -426,7 +426,7 @@ Mopidy is working and usable. 0.1.0a0 is an alpha release, which basicly means
|
|||||||
we will still change APIs, add features, etc. before the final 0.1.0 release.
|
we will still change APIs, add features, etc. before the final 0.1.0 release.
|
||||||
But the software is usable as is, so we release it. Please give it a try and
|
But the software is usable as is, so we release it. Please give it a try and
|
||||||
give us feedback, either at our IRC channel or through the `issue tracker
|
give us feedback, either at our IRC channel or through the `issue tracker
|
||||||
<http://github.com/jodal/mopidy/issues>`_. Thanks!
|
<http://github.com/mopidy/mopidy/issues>`_. Thanks!
|
||||||
|
|
||||||
**Changes**
|
**Changes**
|
||||||
|
|
||||||
|
|||||||
@ -202,4 +202,4 @@ latex_documents = [
|
|||||||
|
|
||||||
needs_sphinx = '1.0'
|
needs_sphinx = '1.0'
|
||||||
|
|
||||||
extlinks = {'issue': ('http://github.com/jodal/mopidy/issues#issue/%s', 'GH-')}
|
extlinks = {'issue': ('http://github.com/mopidy/mopidy/issues#issue/%s', 'GH-')}
|
||||||
|
|||||||
@ -103,7 +103,7 @@ ckeckout::
|
|||||||
|
|
||||||
sudo aptitude install git-core # On Ubuntu/Debian
|
sudo aptitude install git-core # On Ubuntu/Debian
|
||||||
sudo brew install git # On OS X
|
sudo brew install git # On OS X
|
||||||
git clone git://github.com/jodal/mopidy.git
|
git clone git://github.com/mopidy/mopidy.git
|
||||||
cd mopidy/
|
cd mopidy/
|
||||||
python mopidy # Yes, 'mopidy' is a dir
|
python mopidy # Yes, 'mopidy' is a dir
|
||||||
|
|
||||||
|
|||||||
@ -15,7 +15,8 @@ class LibspotifyBackend(Backend):
|
|||||||
library and the `pyspotify <http://github.com/winjer/pyspotify/>`_ Python
|
library and the `pyspotify <http://github.com/winjer/pyspotify/>`_ Python
|
||||||
bindings for libspotify.
|
bindings for libspotify.
|
||||||
|
|
||||||
**Issues:** http://github.com/jodal/mopidy/issues/labels/backend-libspotify
|
**Issues:**
|
||||||
|
http://github.com/mopidy/mopidy/issues/labels/backend-libspotify
|
||||||
|
|
||||||
**Settings:**
|
**Settings:**
|
||||||
|
|
||||||
|
|||||||
@ -20,7 +20,7 @@ class LocalBackend(Backend):
|
|||||||
"""
|
"""
|
||||||
A backend for playing music from a local music archive.
|
A backend for playing music from a local music archive.
|
||||||
|
|
||||||
**Issues:** http://github.com/jodal/mopidy/issues/labels/backend-local
|
**Issues:** http://github.com/mopidy/mopidy/issues/labels/backend-local
|
||||||
|
|
||||||
**Settings:**
|
**Settings:**
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user