diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-22 22:10:05 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-22 22:10:05 (GMT) |
commit | ee99785fe568e8e63979ac67df22ff1a858c4a7a (patch) | |
tree | 5e61cce45f49e16344a0a80db6278ff368794e2c /libexec | |
parent | 42c93275012b070a7cb90535bd76529a4e693020 (diff) | |
download | site-ee99785fe568e8e63979ac67df22ff1a858c4a7a.tar.gz |
Update mailing list URLs
The mailing lists were moved from SourceForge to the project server.
Diffstat (limited to 'libexec')
-rwxr-xr-x | libexec/post-receive.d/01-mail-notify | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/post-receive.d/01-mail-notify b/libexec/post-receive.d/01-mail-notify index 8e3ce59..b65bdcd 100755 --- a/libexec/post-receive.d/01-mail-notify +++ b/libexec/post-receive.d/01-mail-notify | |||
@@ -18,7 +18,7 @@ set -u | |||
18 | export PATH='/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin' | 18 | export PATH='/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin' |
19 | 19 | ||
20 | prefix=$PWD # $GIT_DIR | 20 | prefix=$PWD # $GIT_DIR |
21 | recipient='nagiosplug-checkins@lists.sourceforge.net' | 21 | recipient='commits@nagios-plugins.org' |
22 | maxcommits=25 | 22 | maxcommits=25 |
23 | maxdiffsize=$((300 * 1024)) | 23 | maxdiffsize=$((300 * 1024)) |
24 | gitweburl='https://www.nagios-plugins.org/repositories' | 24 | gitweburl='https://www.nagios-plugins.org/repositories' |