summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 20:46:00 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 20:46:00 -0800
commit6a7bc86d92de1b76baf5ae5e615ccc936378a8ee (patch)
tree8d06701d1723a7cc15e71a61059f80fe93da45e8
parentdd99b3c20ac656132b1bffac28a6fff05506e0ff (diff)
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am2
-rw-r--r--README27
-rw-r--r--README.md19
3 files changed, 21 insertions, 27 deletions
diff --git a/Makefile.am b/Makefile.am
index 08ffbb1..81c9bc7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,3 +50,5 @@ ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
lint:
$(LINT) $(ALL_LINT_FLAGS) $(setxkbmap_SOURCES)
endif LINT
+
+EXTRA_DIST = README.md
diff --git a/README b/README
deleted file mode 100644
index 1c0697e..0000000
--- a/README
+++ /dev/null
@@ -1,27 +0,0 @@
-setxkbmap is an X11 client to change the keymaps in the X server for a
-specified keyboard to use the layout determined by the options listed
-on the command line.
-
-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/app/setxkbmap
-
- http://cgit.freedesktop.org/xorg/app/setxkbmap
-
-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..46bb9dc
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
+setxkbmap is an X11 client to change the keymaps in the X server for a
+specified keyboard to use the layout determined by the options listed
+on the command line.
+
+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/app/setxkbmap
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+