From: Simon Poole Date: Sun, 1 Mar 2020 11:01:18 +0000 (+0100) Subject: Add https://github.com/simonpoole/OpeningHoursParser X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/bdb0740403f851dfe9121638d9e0102507a633ec Add https://github.com/simonpoole/OpeningHoursParser As the parser is being used more widely, it makes sense to include it here. --- 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