From: Tom Hughes Date: Sun, 26 Feb 2017 11:52:01 +0000 (+0000) Subject: Switch to openstreetmap fork of supybot-git X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/8635e6f1a4ff863b9f447416f40088dbeedcc7a1?hp=d694a499dfccf56d6290decf56809866cc7b21c6 Switch to openstreetmap fork of supybot-git Upstream appears to be dead and the plugin fails with recent versions of GitPython as it doesn't understand the version. --- diff --git a/cookbooks/supybot/recipes/default.rb b/cookbooks/supybot/recipes/default.rb index 551f71331..d8e3f8efe 100644 --- a/cookbooks/supybot/recipes/default.rb +++ b/cookbooks/supybot/recipes/default.rb @@ -117,7 +117,7 @@ end git "/usr/local/lib/supybot/plugins/Git" do action :sync - repository "git://github.com/mmueller/supybot-git" + repository "git://github.com/openstreetmap/supybot-git" revision "master" user "root" group "root"