diff options
Diffstat (limited to 'plugins/check_game.c')
-rw-r--r-- | plugins/check_game.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/check_game.c b/plugins/check_game.c index 89bb4b12..205f4678 100644 --- a/plugins/check_game.c +++ b/plugins/check_game.c @@ -1,9 +1,9 @@ /***************************************************************************** * -* Nagios check_game plugin +* monitoring check_game plugin * * License: GPL -* Copyright (c) 2002-2007 Nagios Plugins Development Team +* Copyright (c) 2002-2007 Monitoring Plugins Development Team * * Description: * @@ -31,7 +31,7 @@ const char *progname = "check_game"; const char *copyright = "2002-2007"; -const char *email = "nagiosplug-devel@lists.sourceforge.net"; +const char *email = "devel@monitoring-plugins.org"; #include "common.h" #include "utils.h" |