bin/textmate in ddollar-textmate-0.9.5 vs bin/textmate in ddollar-textmate-0.9.7
- old
+ new
@@ -134,11 +134,11 @@
puts "Done." if opts[:verbose]
end
private
def remote_bundle_locations
- { :'Macromates Trunk' => {:scm => :svn, :url => 'http://macromates.com/svn/Bundles/trunk/Bundles'},
- :'Macromates Review' => {:scm => :svn, :url => 'http://macromates.com/svn/Bundles/trunk/Review/Bundles'},
+ { :'Macromates Trunk' => {:scm => :svn, :url => 'http://svn.textmate.org/trunk/Bundles'},
+ :'Macromates Review' => {:scm => :svn, :url => 'http://svn.textmate.org/trunk/Review/Bundles'},
# :'Bunch of Git Bundles' => {:scm => :git, :url => 'git://NotImplemented'},
:'GitHub' => {:scm => :github, :url => 'http://github.com/search?q=tmbundle'},
}