diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-18 12:24:32 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-18 12:24:32 -0800 |
commit | 4f0d349f5497d1e9b7ee19fe46818ffa1a272d52 (patch) | |
tree | bc7fab78aac9ca08a01234f6c3907d979db0c801 | |
parent | b47b3632fb694ba79ffab48f6f0398d4695c8a8c (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 | 24 | ||||
-rw-r--r-- | README.md | 18 |
3 files changed, 19 insertions, 25 deletions
diff --git a/Makefile.am b/Makefile.am index 7bd8873..88b2d9f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ SUBDIRS = src man MAINTAINERCLEANFILES = ChangeLog INSTALL -EXTRA_DIST = README.multihead +EXTRA_DIST = README.multihead README.md .PHONY: ChangeLog INSTALL @@ -1,24 +0,0 @@ -xf86-video-cirrus - Cirrus Logic 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-cirrus - - http://cgit.freedesktop.org/xorg/driver/xf86-video-cirrus - -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..37bd80c --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +xf86-video-cirrus - Cirrus 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-cirrus + +Please submit bug reports and requests to merge patches there. + +For patch submission instructions, see: + + https://www.x.org/wiki/Development/Documentation/SubmittingPatches + |