From 8635e6f1a4ff863b9f447416f40088dbeedcc7a1 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 26 Feb 2017 11:52:01 +0000 Subject: [PATCH] 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. --- cookbooks/supybot/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.2