libXmu: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Nov 20 06:27:46 UTC 2018


 Makefile.am |    2 ++
 README.md   |   19 +++++++------------
 2 files changed, 9 insertions(+), 12 deletions(-)

New commits:
commit 3e706ded2e46464732170ae06bdc9e9d286179ed
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Nov 19 22:26:50 2018 -0800

    Update README for gitlab migration
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

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
similarity index 67%
rename from README
rename to 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
 


More information about the xorg-commit mailing list