summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2015-06-03 18:57:35 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2015-06-03 18:57:35 +0100
commitfc2fb0eb9504ecfbaa162ffa6db173be38031363 (patch)
treec75e260c0c223781863d67bc44b888af1f5a3f8c /README.md
parentdfd72f525009b5140c3ac41fd011787c98ebea08 (diff)
Update mailing list addresses.
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 15 insertions, 12 deletions
diff --git a/README.md b/README.md
index d3b53829..eab63eaf 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
Welcome to tmux!
-================
[![Build Status](https://travis-ci.org/ThomasAdam/tmux.svg?branch=master)](https://travis-ci.org/ThomasAdam/tmux)
@@ -7,8 +6,7 @@ tmux is a "terminal multiplexer", it enables a number of terminals (or windows)
to be accessed and controlled from a single terminal. tmux is intended to be a
simple, modern, BSD-licensed alternative to programs such as GNU screen.
-This release runs on FreeBSD, NetBSD, Linux and OS X and may still run on
-Solaris and AIX.
+This release runs on OpenBSD, FreeBSD, NetBSD, Linux, OS X and Solaris.
tmux depends on libevent 2.x. Download it from:
@@ -28,7 +26,7 @@ To get and build the latest from version control:
For more information see https://sourceforge.net/scm/?type=git&group_id=200378
and http://git-scm.com. Patches should be sent by email to the mailing list at
-tmux-users@lists.sourceforge.net.
+tmux-users@googlegroups.com.
For documentation on using tmux, see the tmux.1 manpage. It can be viewed from
the source tree with:
@@ -44,17 +42,22 @@ directory.
For debugging, running tmux with -v or -vv will generate server and client log
files in the current directory.
-tmux mailing lists are available. Visit:
+tmux mailing lists are available. For general discussion and bug reports:
- https://sourceforge.net/mail/?group_id=200378
+ https://groups.google.com/forum/#!forum/tmux-users
+
+And for Git commit emails:
+
+ https://groups.google.com/forum/#!forum/tmux-git
Bug reports, feature suggestions and especially code contributions are most
welcome. Please send by email to:
- tmux-users@lists.sourceforge.net
+ tmux-users@googlegroups.com
+
+This file and the CHANGES, FAQ and TODO files are licensed under the ISC
+license. Files under examples/ remain copyright their authors unless otherwise
+stated in the file but permission has been received to distribute them with
+tmux. All other files have a license and copyright notice at their start.
-This file and the CHANGES, FAQ, TODO, and SYNCING files are licensed under
-the ISC license. Files under examples/ remain copyright their authors unless
-otherwise stated in the file but permission has been received to distribute
-them with tmux. All other files have a license and copyright notice at their
-start.
+-- Nicholas Marriott <nicholas.marriott@gmail.com>