From 9bc0e69032fcadc57d1eeb51c70dae0b517552e7 Mon Sep 17 00:00:00 2001 From: Peter Hutterer <peter.hutterer@who-t.net> Date: Fri, 15 Jun 2018 10:38:15 +1000 Subject: [PATCH] Update URLs for gitlab Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> --- README.md | 2 +- doc/source/index.rst | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 730373e..95a1311 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Source code ----------- The source code of python-libevdev can be found at: -http://github.com/whot/python-libevdev +https://gitlab.freedesktop.org/libevdev/python-libevdev License ------- diff --git a/doc/source/index.rst b/doc/source/index.rst index d6aa3ca..607186a 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -15,8 +15,7 @@ Source code ----------- The source code for this project is available at -http://github.com/whot/python-libevdev - +https://gitlab.freedesktop.org/libevdev/python-libevdev Installation ------------ @@ -35,7 +34,7 @@ For more details on using pip and the PyPI, please see https://pypi.python.org/p Otherwise, you can install it from the git repository:: - git clone http://github.com/whot/python-libevdev + git clone https://gitlab.freedesktop.org/libevdev/python-libevdev.git cd python-libevdev sudo ./setup.py install -- GitLab