diff options
Diffstat (limited to 'libexec/git-notify')
-rwxr-xr-x | libexec/git-notify | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/git-notify b/libexec/git-notify index cce476e..8c6400a 100755 --- a/libexec/git-notify +++ b/libexec/git-notify | |||
@@ -44,7 +44,7 @@ sub get_repos_name(); | |||
44 | # | 44 | # |
45 | # FIXME: Turn this into a proper git-notify option. | 45 | # FIXME: Turn this into a proper git-notify option. |
46 | # | 46 | # |
47 | my $from = "Git Repository <git\@nagios-plugins.org>"; | 47 | my $from = "Git Repository <git\@monitoring-plugins.org>"; |
48 | 48 | ||
49 | # some parameters you may want to change | 49 | # some parameters you may want to change |
50 | 50 | ||