summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-18 13:34:53 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-18 13:34:53 -0800
commitf39e79132cc341dd6f842d29e1bfc962e42018f3 (patch)
treed563f56c69d2de8fdf722d34e0b334836f16f227
parent72452cd5d179e44dfebbd73cbe5c83fe15b5a12f (diff)
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am1
-rw-r--r--README25
-rw-r--r--README.md18
3 files changed, 19 insertions, 25 deletions
diff --git a/Makefile.am b/Makefile.am
index 2f4eba7..52e6102 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,6 +36,7 @@ ChangeLog:
dist-hook: ChangeLog INSTALL
EXTRA_DIST = \
+ README.md \
opentegra.conf
#
diff --git a/README b/README
deleted file mode 100644
index 1aab933..0000000
--- a/README
+++ /dev/null
@@ -1,25 +0,0 @@
-xf86-video-tegra
-Open-source X.org graphics driver for NVIDIA Tegra
-
-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/driver/xf86-video-tegra
-
- http://cgit.freedesktop.org/xorg/driver/xf86-video-tegra
-
-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..4a8c16e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+xf86-video-tegra - Open-source X.org graphics driver for NVIDIA Tegra
+---------------------------------------------------------------------
+
+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:
+
+ git@gitlab.freedesktop.org:xorg/driver/xf86-video-opentegra.git
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+