diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-22 08:14:20 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-22 08:14:20 (GMT) |
commit | d746e0ab64c3543a634b246083c41125019bff63 (patch) | |
tree | 5d9b76b04478efa7c2f80ac490d54374e50f2cb1 /libexec/git-notify | |
parent | 8781253ccb286a6fe556780c1cfca2e8021a1fcd (diff) | |
download | site-d746e0ab64c3543a634b246083c41125019bff63.tar.gz |
Git hooks: Use new project name
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 | ||