summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-19 22:26:50 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-19 22:26:50 -0800
commit3e706ded2e46464732170ae06bdc9e9d286179ed (patch)
tree4a9cf5a81f608a6bf22c2d2bec8656429a86287b
parent5bd4eb821bd9e88c3a131de9a8b781f5184e22b1 (diff)
downloadxorg-lib-libXmu-3e706ded2e46464732170ae06bdc9e9d286179ed.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)19
2 files changed, 9 insertions, 12 deletions
diff --git a/Makefile.am b/Makefile.am
index 9a875e3..271d872 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,3 +20,5 @@ if LINT
lint:
(cd src && $(MAKE) $(MFLAGS) lint)
endif LINT
+
+EXTRA_DIST = README.md
diff --git a/README b/README.md
index dbf260e..9aa45b6 100644
--- a/README
+++ b/README.md
@@ -1,3 +1,6 @@
+libXmu - X miscellaneous utility routines library
+-------------------------------------------------
+
This library contains miscellaneous utilities and is not part of the Xlib
standard. It contains routines which only use public interfaces so that it
may be layered on top of any proprietary implementation of Xlib or Xt.
@@ -15,23 +18,15 @@ configure.
All questions regarding this software should be directed at the
Xorg mailing list:
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
+ https://lists.x.org/mailman/listinfo/xorg
The master development code repository can be found at:
- git://anongit.freedesktop.org/git/xorg/lib/libXmu
+ https://gitlab.freedesktop.org/xorg/lib/libXmu
- http://cgit.freedesktop.org/xorg/lib/libXmu
+Please submit bug reports and requests to merge patches there.
For patch submission instructions, see:
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches