From 88c4d6d7b281ccfb24d2025c636fc722739b0525 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sat, 14 Oct 2017 06:26:54 -0300 Subject: [PATCH] rasdaemon: update bugs report information I don't work at Red Hat since 2013. My e-mail address there has long gone! Replace it to my kernel.org e-mail, as this is more permanent. Signed-off-by: Mauro Carvalho Chehab --- rasdaemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rasdaemon.c b/rasdaemon.c index 41022ef..74f3c70 100644 --- a/rasdaemon.c +++ b/rasdaemon.c @@ -35,7 +35,7 @@ #define ARGS_DOC "" const char *argp_program_version = TOOL_NAME " " VERSION; -const char *argp_program_bug_address = "Mauro Carvalho Chehab "; +const char *argp_program_bug_address = "Mauro Carvalho Chehab "; struct arguments { int record_events; -- 2.50.1