]> git.openstreetmap.org Git - chef.git/commitdiff
Switch to openstreetmap fork of supybot-git
authorTom Hughes <tom@compton.nu>
Sun, 26 Feb 2017 11:52:01 +0000 (11:52 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 26 Feb 2017 11:52:01 +0000 (11:52 +0000)
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

index 551f713315c38d8fd56bee4a946253827e65269d..d8e3f8efe033a82387beb5b48a0055a275d13545 100644 (file)
@@ -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"