diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-28 22:58:36 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-28 22:58:36 (GMT) |
commit | 3c90a370ea5860ed66d35285aba8304ed4f5c9ba (patch) | |
tree | f1c8e36b2aa17ed6b1b82257fc6d9a8eb39be267 /plugins-root | |
parent | 739b272b65ab060b5d0f20cc3d89e6c5bc17e32b (diff) | |
download | monitoring-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-root')
-rw-r--r-- | plugins-root/check_dhcp.c | 2 | ||||
-rw-r--r-- | plugins-root/check_icmp.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins-root/check_dhcp.c b/plugins-root/check_dhcp.c index 42eedec..ef9a50c 100644 --- a/plugins-root/check_dhcp.c +++ b/plugins-root/check_dhcp.c | |||
@@ -35,7 +35,7 @@ | |||
35 | 35 | ||
36 | const char *progname = "check_dhcp"; | 36 | const char *progname = "check_dhcp"; |
37 | const char *copyright = "2001-2007"; | 37 | const char *copyright = "2001-2007"; |
38 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; | 38 | const char *email = "devel@nagios-plugins.org"; |
39 | 39 | ||
40 | #include "common.h" | 40 | #include "common.h" |
41 | #include "netutils.h" | 41 | #include "netutils.h" |
diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c index 56685f8..255c531 100644 --- a/plugins-root/check_icmp.c +++ b/plugins-root/check_icmp.c | |||
@@ -40,7 +40,7 @@ | |||
40 | /* char *progname = "check_icmp"; */ | 40 | /* char *progname = "check_icmp"; */ |
41 | char *progname; | 41 | char *progname; |
42 | const char *copyright = "2005-2008"; | 42 | const char *copyright = "2005-2008"; |
43 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; | 43 | const char *email = "devel@nagios-plugins.org"; |
44 | 44 | ||
45 | /** nagios plugins basic includes */ | 45 | /** nagios plugins basic includes */ |
46 | #include "common.h" | 46 | #include "common.h" |