diff options
-rwxr-xr-x | modules/subversion/templates/ciabot_svn.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/subversion/templates/ciabot_svn.sh b/modules/subversion/templates/ciabot_svn.sh index 8dea608c..63aa77a8 100755 --- a/modules/subversion/templates/ciabot_svn.sh +++ b/modules/subversion/templates/ciabot_svn.sh @@ -33,7 +33,7 @@ # # -------------------------------------------------------------------------- # -# See http://cia.navi.cx for more information on what the CIA bot +# See http://cia.vc for more information on what the CIA bot # is and how it works, and links to other client scripts. # # To use the CIA bot in your Subversion repository... @@ -78,7 +78,7 @@ REPOS="$1" REV="$2" # The email address CIA lives at -cia_address="cia@cia.navi.cx" +cia_address="cia@cia.vc" author=`svnlook author -r "$REV" "$REPOS" | sed 's/\&/\&/g;s/</\</g;s/>/\>/g'` if test -n "$ignore_author" && echo "$author" | grep -q "$ignore_author" |