# HG changeset patch # User Jeff Hammel # Date 1322279371 28800 # Node ID c008855cf3a9e0131e723d359a94b814ff189ebb # Parent 38aa1d47c461e377b1c93d851e7ea4f5e75da787 fix typo diff -r 38aa1d47c461 -r c008855cf3a9 buttercup/buttercup.py --- a/buttercup/buttercup.py Fri Nov 25 17:36:33 2011 -0800 +++ b/buttercup/buttercup.py Fri Nov 25 19:49:31 2011 -0800 @@ -41,7 +41,7 @@ self.srcdir = srcdir self.sources = {'hg': ['%s/%s' % (self.HG, package) for package in self.PACKAGES ]} - self.sources['hg'].append('http://://k0s.org/mozilla/hg/licenser') + self.sources['hg'].append('http://k0s.org/mozilla/hg/licenser') self.sources['git'] = ['git://github.com/mozilla/toolbox.git'] def install(self):