summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rwxr-xr-xconfigure12
-rw-r--r--configure.ac2
-rw-r--r--dtach.12
4 files changed, 9 insertions, 9 deletions
diff --git a/README b/README
index 6e8aa27..28d518b 100644
--- a/README
+++ b/README
@@ -207,4 +207,4 @@ dtach is (C)Copyright 2004-2016 Ned T. Crigler, and is under the GNU General
Public License.
Comments and suggestions about dtach are welcome, and can be sent to
-the author at: <crigler@users.sourceforge.net>.
+the author at: <crigler@gmail.com>.
diff --git a/configure b/configure
index 30e7667..ec35e60 100755
--- a/configure
+++ b/configure
@@ -2,7 +2,7 @@
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for dtach 0.9.
#
-# Report bugs to <crigler@users.sourceforge.net>.
+# Report bugs to <crigler@gmail.com>.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -267,7 +267,7 @@ fi
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
else
$as_echo "$0: Please tell bug-autoconf@gnu.org and
-$0: crigler@users.sourceforge.net about your system,
+$0: crigler@gmail.com about your system,
$0: including any error possibly output before this
$0: message. Then install a modern shell, or manually run
$0: the script under such a shell if you do have one."
@@ -582,7 +582,7 @@ PACKAGE_NAME='dtach'
PACKAGE_TARNAME='dtach'
PACKAGE_VERSION='0.9'
PACKAGE_STRING='dtach 0.9'
-PACKAGE_BUGREPORT='crigler@users.sourceforge.net'
+PACKAGE_BUGREPORT='crigler@gmail.com'
PACKAGE_URL=''
ac_unique_file="main.c"
@@ -1303,7 +1303,7 @@ Some influential environment variables:
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
-Report bugs to <crigler@users.sourceforge.net>.
+Report bugs to <crigler@gmail.com>.
_ACEOF
ac_status=$?
fi
@@ -1572,7 +1572,7 @@ $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
( $as_echo "## -------------------------------------------- ##
-## Report this to crigler@users.sourceforge.net ##
+## Report this to crigler@gmail.com ##
## -------------------------------------------- ##"
) | sed "s/^/$as_me: WARNING: /" >&2
;;
@@ -4285,7 +4285,7 @@ $config_files
Configuration headers:
$config_headers
-Report bugs to <crigler@users.sourceforge.net>."
+Report bugs to <crigler@gmail.com>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
diff --git a/configure.ac b/configure.ac
index bef44f5..864f437 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT(dtach, 0.9, crigler@users.sourceforge.net)
+AC_INIT(dtach, 0.9, crigler@gmail.com)
AC_PREREQ(2.60)
AC_CONFIG_SRCDIR(main.c)
AC_CONFIG_HEADER(config.h)
diff --git a/dtach.1 b/dtach.1
index b526073..db6d53c 100644
--- a/dtach.1
+++ b/dtach.1
@@ -210,7 +210,7 @@ redraw method.
.PP
.SH AUTHOR
-Ned T. Crigler <crigler@users.sourceforge.net>.
+Ned T. Crigler <crigler@gmail.com>.
.SH "SEE ALSO"
.BR screen "(1)"