summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-18 18:30:22 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-18 18:30:22 -0800
commit551ad4d9e7cdc269cb130738e6ac6c6ab3a9c557 (patch)
tree8907c5222aa92ffaa544a7287ce648a63d996366
parentd6b8b52fe052ae4f4a5a953c4ac66826391c8613 (diff)
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am2
-rw-r--r--README24
-rw-r--r--README.md18
3 files changed, 19 insertions, 25 deletions
diff --git a/Makefile.am b/Makefile.am
index 875bc2a..0536932 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,7 +35,7 @@ fontdir = @FONTDIR@
font_DATA = $(PCF_FILES)
CLEANFILES = $(font_DATA)
-EXTRA_DIST = $(BDF_FILES)
+EXTRA_DIST = $(BDF_FILES) README.md
MAINTAINERCLEANFILES = ChangeLog INSTALL
diff --git a/README b/README
deleted file mode 100644
index 0f60ad2..0000000
--- a/README
+++ /dev/null
@@ -1,24 +0,0 @@
-
-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
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/font/cursor-misc
-
- http://cgit.freedesktop.org/xorg/font/cursor-misc
-
-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
-
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..8f76e67
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+X.Org pointer cursor bitmaps
+----------------------------
+
+All questions regarding this software should be directed at the
+Xorg mailing list:
+
+ https://lists.x.org/mailman/listinfo/xorg
+
+The master development code repository can be found at:
+
+ https://gitlab.freedesktop.org/xorg/font/cursor-misc
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+