# HG changeset patch # User Jeff Hammel # Date 1322628273 28800 # Node ID 1084dadf9027ec2abed7dddf5c3ca14b85ecf980 # Parent 9513d73e07922d32fac019e31614fd9175ad7f6f use an actual URL diff -r 9513d73e0792 -r 1084dadf9027 autobot/projects/mozbase/__init__.py --- a/autobot/projects/mozbase/__init__.py Tue Nov 29 20:39:45 2011 -0800 +++ b/autobot/projects/mozbase/__init__.py Tue Nov 29 20:44:33 2011 -0800 @@ -8,7 +8,7 @@ https://github.com/mozilla/mozbase """ - sources = {'git': ['https://github.com/mozilla/mozbase'], + sources = {'git': ['git://github.com/mozilla/mozbase.git'], 'hg': []} def __init__(self, platform=None):