diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-18 13:31:22 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-18 13:31:22 -0800 |
commit | 80c1b93552a2830a107d5305068a63274b5d2d51 (patch) | |
tree | 6a41fbd95443f44963359bb72ad40108ab538ab2 | |
parent | b7d57087d082d027f059f4e0a6ce9982c3e5f0fb (diff) |
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | README | 20 | ||||
-rw-r--r-- | README.md | 14 |
3 files changed, 15 insertions, 21 deletions
diff --git a/Makefile.am b/Makefile.am index d8f84e2..d622478 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ SUBDIRS = src man MAINTAINERCLEANFILES = ChangeLog INSTALL -EXTRA_DIST = README.G80 +EXTRA_DIST = README.G80 README.md .PHONY: ChangeLog INSTALL @@ -1,20 +0,0 @@ -xf86-video-nv - NVIDIA video driver for the 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 master development code repository can be found at: - - git://anongit.freedesktop.org/git/xorg/driver/xf86-video-nv - - http://cgit.freedesktop.org/xorg/driver/xf86-video-nv - -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..3fc4c9a --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +xf86-video-nv - NVIDIA 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-nv + +Please submit bug reports and requests to merge patches there. + |