From e19aefb31a8ffeebd236e4964d716d3774f07588 Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Mon, 10 Dec 2018 20:59:11 +0100 Subject: [PATCH] Point to new Gitlab URL --- README.rst | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index f1c001a..ad7326b 100644 --- a/README.rst +++ b/README.rst @@ -29,7 +29,7 @@ from the repository: .. code-block:: shell - pip install git+https://code.eliotberriot.com/funkwhale/mopidy.git + pip install git+https://dev.funkwhale.audio/funkwhale/mopidy.git .. note:: diff --git a/setup.cfg b/setup.cfg index 0f1a184..a0cc44c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ description = "A backend extension for mopidy to stream music from a Funkwhale s version = 0.1.0 author = Eliot Berriot author_email = contact+funkwhale@eliotberriot.com -url = https://code.eliotberriot.com/funkwhale/mopidy +url = https://dev.funkwhale.audio/funkwhale/mopidy long_description = file: README.rst license = GLP-3 keywords = code, diff, copy-paste, linter, DRY