summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-18 21:38:28 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-18 21:38:28 -0800
commit4df4c7c2274bbc27158b129716298414d764d793 (patch)
treeaf1c95b0e3037ab3e9aedd62ce55bd1ded10fad4
parentb1e4be0454af3fc8a645fa77eaeea0dea9b1a303 (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.md16
3 files changed, 17 insertions, 25 deletions
diff --git a/Makefile.am b/Makefile.am
index a55e8c0..0780b9c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,7 +42,7 @@ fontdir = @FONTDIR@
font_DATA = $(PCF_FILES)
CLEANFILES = $(font_DATA)
-EXTRA_DIST = $(BDF_FILES) autogen.sh
+EXTRA_DIST = $(BDF_FILES) autogen.sh README.md
MAINTAINERCLEANFILES = ChangeLog INSTALL
diff --git a/README b/README
deleted file mode 100644
index b638c80..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/mutt-misc
-
- http://cgit.freedesktop.org/xorg/font/mutt-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..5901fcf
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+
+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/mutt-misc
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+