summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-17 15:01:44 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-17 15:01:44 -0800
commit56a04db5639f09b06f86b5b8ead70c3a7e2393f6 (patch)
treeb48ab0e02964689b345b4f8b2ef13c5961526ca6
parent280301d5145a6950e97b1feabc52941aea9d8d99 (diff)
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am1
-rw-r--r--README20
-rw-r--r--README.md17
3 files changed, 18 insertions, 20 deletions
diff --git a/Makefile.am b/Makefile.am
index 63c7c9e..6198f9b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,6 +20,7 @@
SUBDIRS = src
MAINTAINERCLEANFILES = ChangeLog INSTALL
+EXTRA_DIST = README.md
.PHONY: ChangeLog INSTALL
INSTALL:
diff --git a/README b/README
deleted file mode 100644
index 0314e94..0000000
--- a/README
+++ /dev/null
@@ -1,20 +0,0 @@
-xf86-video-ark - Ark Logic video driver for Xorg X server
-
-Please submit bugs & patches to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-The primary development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/driver/xf86-video-ark
-
- http://cgit.freedesktop.org/xorg/driver/xf86-video-ark
-
-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..ca1e60a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+xf86-video-ark - Ark Logic video driver for the Xorg X server
+-------------------------------------------------------------
+
+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/driver/xf86-video-ark
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches