From 46a415d6664413f1cb51c614e82e0c51bdf19af6 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Thu, 5 Nov 2009 03:05:40 +0100 Subject: [PATCH] Girocco::Project: Link to the commit notify techniques --- Girocco/Project.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Girocco/Project.pm b/Girocco/Project.pm index 8f0f8e8..ecb4abd 100644 --- a/Girocco/Project.pm +++ b/Girocco/Project.pm @@ -17,8 +17,8 @@ our $metadata_fields = { shortdesc => ['Short description', 'desc', 'text'], README => ['README (HTML, lt 8kb)', 'README', 'textarea'], notifymail => ['Commit notify - mail to', 'notifymail', 'text'], - notifyjson => ['Commit notify - POST JSON at', 'notifyjson', 'text'], - notifycia => ['Commit notify - CIA project name', 'notifycia', 'text'], + notifyjson => ['Commit notify - POST JSON at', 'notifyjson', 'text'], + notifycia => ['Commit notify - CIA project name', 'notifycia', 'text'], }; sub _mkdir_forkees { -- 2.11.4.GIT