Mercurial > hg > autobot
changeset 230:1084dadf9027
use an actual URL
| author | Jeff Hammel <jhammel@mozilla.com> | 
|---|---|
| date | Tue, 29 Nov 2011 20:44:33 -0800 | 
| parents | 9513d73e0792 | 
| children | d4637641be6e | 
| files | autobot/projects/mozbase/__init__.py | 
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- 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):
