diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2020-10-02 17:27:26 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2020-10-02 17:27:26 +0200 |
commit | b17a6335bde19f6e3ceecff70a897a77b449338f (patch) | |
tree | ee938a5b6f1a7e1700791e6bf1d3cfad5e949261 /staging | |
parent | 56f8f399a20275a4a73ebc4450bd8eeba7ee1656 (diff) |
all: change bug report instructions in copyright message
The bugs@netsniff-ng.org e-mail bounces. Also it's more convenient to
report bugs using GitHub rather than via e-mail, so consistently mention
https://github.com/netsniff-ng/netsniff-ng/issues for where to report
bugs.
Fixes #226
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'staging')
-rw-r--r-- | staging/mausezahn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/staging/mausezahn.c b/staging/mausezahn.c index cae57a1..ad46d35 100644 --- a/staging/mausezahn.c +++ b/staging/mausezahn.c @@ -223,7 +223,7 @@ static void version(void) printf("\nmausezahn %s, Git id: %s\n", VERSION_LONG, GITVERSION); puts("a fast versatile traffic generator\n" "http://www.netsniff-ng.org\n\n" - "Please report bugs to <bugs@netsniff-ng.org>\n" + "Please report bugs at https://github.com/netsniff-ng/netsniff-ng/issues\n" "Copyright (C) 2008-2010 Herbert Haas <herbert@perihel.at>,\n" "Copyright (C) 2011 Daniel Borkmann <dborkma@tik.ee.ethz.ch>,\n" "Swiss federal institute of technology (ETH Zurich)\n" |