diff options
author | Vadim Kochan <vadim4j@gmail.com> | 2015-10-28 09:38:15 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2015-10-28 09:32:17 +0100 |
commit | 1eba05919fed6a72612ebf918eb92847e59c63df (patch) | |
tree | 721b48fdde3693b196e1d22f3d82023bca995457 /curvetun.c | |
parent | c3b1504c716b7a91d8d1563aed6b9f766dc27e3f (diff) |
all: Change reporting bugs email
Replace bugs@netsniff-ng.com with netsniff-ng@googlegroups.com
which is used in REPORTING-BUGS file.
Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'curvetun.c')
-rw-r--r-- | curvetun.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -118,7 +118,7 @@ static void __noreturn help(void) " to select your own! For client/server status messages see syslog!\n" " This software is an experimental prototype intended for researchers.\n\n" "Secret ingredient: 7647-14-5\n\n" - "Please report bugs to <bugs@netsniff-ng.org>\n" + "Please report bugs to <netsniff-ng@googlegroups.com>\n" "Copyright (C) 2011-2013 Daniel Borkmann <dborkma@tik.ee.ethz.ch>,\n" "Swiss federal institute of technology (ETH Zurich)\n" "License: GNU GPL version 2.0\n" @@ -133,7 +133,7 @@ static void __noreturn version(void) puts("lightweight curve25519-based IP tunnel\n" "Note: Einstein-Rosen bridge not yet supported\n" "http://www.netsniff-ng.org\n\n" - "Please report bugs to <bugs@netsniff-ng.org>\n" + "Please report bugs to <netsniff-ng@googlegroups.com>\n" "Copyright (C) 2011-2013 Daniel Borkmann <dborkma@tik.ee.ethz.ch>,\n" "Swiss federal institute of technology (ETH Zurich)\n" "License: GNU GPL version 2.0\n" |