summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2019-02-17 11:49:45 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2019-02-17 11:49:45 -0800
commit177d933f04d822deb7ec0a7bb13148701eec3e55 (patch)
treeae5acdb1b23658fa79273388ab6c84bad230d817
parent82a77443e6c1590f7e7328a50d30184d10e6a3d3 (diff)
downloadutil-wm-177d933f04d822deb7ec0a7bb13148701eec3e55.tar.gz
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)25
2 files changed, 9 insertions, 18 deletions
diff --git a/Makefile.am b/Makefile.am
index 1d62d8f..2d2e359 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,4 +13,4 @@ ChangeLog:
dist-hook: ChangeLog INSTALL
SUBDIRS = icccm ewmh
-EXTRA_DIST = autogen.sh
+EXTRA_DIST = autogen.sh README.md
diff --git a/README b/README.md
index dfec36e..f966e60 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-wm/issues
Discussion about XCB occurs on the XCB mailing list:
- <mailto:xcb at lists.freedesktop.org>
- <http://lists.freedesktop.org/mailman/listinfo/xcb>
+ https://lists.freedesktop.org/mailman/listinfo/xcb
About XCB util-wm module
========================
@@ -28,22 +27,14 @@ XCB util-wm module provides the following libraries:
- ewmh: Both client and window-manager helpers for EWMH.
- icccm: Both client and window-manager helpers for ICCCM.
+You can obtain the latest development versions of XCB using GIT from:
-Please report any issues you find to the freedesktop.org bug tracker,
-at:
+ https://gitlab.freedesktop.org/xorg/lib/libxcb-wm
- <https://bugs.freedesktop.org/enter_bug.cgi?product=xcb&component=Utils>
+ For anonymous checkouts, use:
-Discussion about XCB occurs on the XCB mailing list:
-
- <mailto:xcb at lists.freedesktop.org>
- <http://lists.freedesktop.org/mailman/listinfo/xcb>
-
-You can obtain the latest development versions of XCB using GIT.
-For anonymous checkouts, use:
-
- git clone --recursive git://anongit.freedesktop.org/git/xcb/util-wm
+ git clone --recursive https://gitlab.freedesktop.org/xorg/lib/libxcb-wm.git
-For developers, use:
+ For developers, use:
- git clone --recursive git+ssh://git.freedesktop.org/git/xcb/util-wm
+ git clone --recursive git@gitlab.freedesktop.org:xorg/lib/libxcb-wm.git