summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2019-02-17 10:59:51 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2019-02-17 10:59:51 -0800
commit691515491a4a3c119adc6c769c29de264b3f3806 (patch)
tree67a9d068c6b5f20faa40d815ac5b95ddaf79c1e5
parent0e51ee5570a6a80bdf98770b975dfe8a57f4eeb1 (diff)
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am2
-rw-r--r--README.md (renamed from README)15
2 files changed, 9 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am
index 6394bcc..3fda93f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,4 +14,4 @@ dist-hook: ChangeLog INSTALL
SUBDIRS = keysyms
-EXTRA_DIST = autogen.sh
+EXTRA_DIST = autogen.sh README.md
diff --git a/README b/README.md
index 91d2fa0..2d71678 100644
--- a/README
+++ b/README.md
@@ -13,12 +13,11 @@ you're using and why you aren't in a mental hospital yet. We'd welcome
patches/suggestions for enhancement and new libraries; Please report any
issues you find to the freedesktop.org bug tracker, at:
- <https://bugs.freedesktop.org/enter_bug.cgi?product=XCB>
+ https://gitlab.freedesktop.org/xorg/lib/libxcb-keysyms/issues
Discussion about XCB occurs on the XCB mailing list:
- <mailto:xcb at lists.freedesktop.org>
- <http://lists.freedesktop.org/mailman/listinfo/xcb>
+ http://lists.freedesktop.org/mailman/listinfo/xcb
About XCB util-keysyms module
=============================
@@ -28,10 +27,12 @@ XCB util-keysyms module provides the following library:
- keysyms: Standard X key constants and conversion to/from keycodes.
You can obtain the latest development versions of XCB util-keysyms
-using GIT. For anonymous checkouts, use:
+using GIT from <https://gitlab.freedesktop.org/xorg/lib/libxcb-keysyms>.
- git clone --recursive git://anongit.freedesktop.org/git/xcb/util-keysyms
+ For anonymous checkouts, use:
-For developers, use:
+ git clone --recursive https://gitlab.freedesktop.org/xorg/lib/libxcb-keysyms.git
- git clone --recursive git+ssh://git.freedesktop.org/git/xcb/util-keysyms
+ For developers, use:
+
+ git clone --recursive git@gitlab.freedesktop.org:xorg/lib/libxcb-keysyms.git