From 8fe197f4d8c4fab7346022b86a143ac4a7e11e7f Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Wed, 30 May 2012 20:24:30 +0100 Subject: [PATCH] Update git hook to use new notification service --- data/git-hooks/post-update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/git-hooks/post-update b/data/git-hooks/post-update index c1673f66..4e7217d1 100755 --- a/data/git-hooks/post-update +++ b/data/git-hooks/post-update @@ -6,7 +6,7 @@ # SparkleShare clients. # # For information on running your own notification service: -# https://github.com/hbons/fanout.node.js +# https://github.com/travisghansen/fanout # # # For use with Gitolite: @@ -26,7 +26,7 @@ # Change these if you run your own service somewhere SERVER="notifications.sparkleshare.org" -PORT="1986" +PORT="80" # Don't edit below this line exec > /dev/null 2>&1