summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 20:00:32 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 20:00:32 -0800
commit028b161bf2285dfb1c65af056d8d3414286ecc91 (patch)
tree7f0339761d2ee8f554b09aa02f7852d86cda1fbf
parent509b0b9f6e3a40e23e0606eb9a976b28ddd9af6d (diff)
downloadiceauth-028b161bf2285dfb1c65af056d8d3414286ecc91.tar.gz
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 c2f068e..1a40ee3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,3 +48,5 @@ ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
lint:
$(LINT) $(ALL_LINT_FLAGS) $(iceauth_SOURCES)
endif LINT
+
+EXTRA_DIST = README.md
diff --git a/README b/README
deleted file mode 100644
index bec4429..0000000
--- a/README
+++ /dev/null
@@ -1,27 +0,0 @@
-The iceauth program is used to edit and display the authorization
-information used in connecting with ICE. It operates very much
-like the xauth program for X11 connection authentication records.
-
-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/iceauth
-
- http://cgit.freedesktop.org/xorg/app/iceauth
-
-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..9de0939
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
+The iceauth program is used to edit and display the authorization
+information used in connecting with ICE. It operates very much
+like the xauth program for X11 connection authentication records.
+
+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/iceauth
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+