From bdb0740403f851dfe9121638d9e0102507a633ec Mon Sep 17 00:00:00 2001 From: Simon Poole Date: Sun, 1 Mar 2020 12:01:18 +0100 Subject: [PATCH 1/1] Add https://github.com/simonpoole/OpeningHoursParser As the parser is being used more widely, it makes sense to include it here. --- cookbooks/supybot/templates/default/git.conf.erb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cookbooks/supybot/templates/default/git.conf.erb b/cookbooks/supybot/templates/default/git.conf.erb index 9cfbae058..fa7444166 100644 --- a/cookbooks/supybot/templates/default/git.conf.erb +++ b/cookbooks/supybot/templates/default/git.conf.erb @@ -229,3 +229,11 @@ branch = master commit link = https://github.com/switch2osm/switch2osm.github.io/commit/%c channels = #osm-dev commit message = [%s|%b|%a] %m %l + +[simon-openinghoursparser] +short name = simon-openinghoursparser +url = https://github.com/simonpoole/OpeningHoursParser.git +branch = master +commit link = https://github.com/simonpoole/OpeningHoursParser/commit/%c +channels = #osm-dev +commit message = [%s|%b|%a] %m %l -- 2.45.1