summaryrefslogtreecommitdiffstats
path: root/plugins/check_dbi.c
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-10-28 22:58:36 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-10-28 22:58:36 (GMT)
commit3c90a370ea5860ed66d35285aba8304ed4f5c9ba (patch)
treef1c8e36b2aa17ed6b1b82257fc6d9a8eb39be267 /plugins/check_dbi.c
parent739b272b65ab060b5d0f20cc3d89e6c5bc17e32b (diff)
downloadmonitoring-plugins-3c90a370ea5860ed66d35285aba8304ed4f5c9ba.tar.gz
Update URLs and mailing list addresses
Now that we moved our infrastructure away from SourceForge, update the URLs and mailing list addresses accordingly.
Diffstat (limited to 'plugins/check_dbi.c')
-rw-r--r--plugins/check_dbi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_dbi.c b/plugins/check_dbi.c
index 8c4a511..bd50565 100644
--- a/plugins/check_dbi.c
+++ b/plugins/check_dbi.c
@@ -31,7 +31,7 @@
31 31
32const char *progname = "check_dbi"; 32const char *progname = "check_dbi";
33const char *copyright = "2011"; 33const char *copyright = "2011";
34const char *email = "nagiosplug-devel@lists.sourceforge.net"; 34const char *email = "devel@nagios-plugins.org";
35 35
36#include "common.h" 36#include "common.h"
37#include "utils.h" 37#include "utils.h"