diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-16 23:26:04 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-16 23:26:04 -0800 |
commit | f75cdb45b676ae6e581518ae65282ac514d24e9e (patch) | |
tree | 308879114ab1edc20cc96ff8587c5f345fcc90ec | |
parent | bffe5030b03af5afb67dbeb053016ffc7569f48a (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.md (renamed from README) | 16 |
2 files changed, 6 insertions, 12 deletions
diff --git a/Makefile.am b/Makefile.am index 9987787..497444f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,3 +39,5 @@ ChangeLog: $(CHANGELOG_CMD) dist-hook: ChangeLog INSTALL + +EXTRA_DIST = README.md @@ -6,23 +6,15 @@ scarce colormap resources among clients using PseudoColor visuals. 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 + https://lists.x.org/mailman/listinfo/xorg The master development code repository can be found at: - git://anongit.freedesktop.org/git/xorg/app/xstdcmap + https://gitlab.freedesktop.org/xorg/app/xstdcmap - http://cgit.freedesktop.org/xorg/app/xstdcmap +Please submit bug reports and requests to merge patches there. 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 + https://www.x.org/wiki/Development/Documentation/SubmittingPatches |