chiark / gitweb /
Fix srclib
authorDaniel Martí <mvdan@mvdan.cc>
Tue, 26 Mar 2013 22:48:23 +0000 (23:48 +0100)
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>
Thu, 28 Mar 2013 14:11:31 +0000 (16:11 +0200)
fdroidserver/common.py

index b6bfadb4af840c4f920a7c59415ddfe2ee267ee7..9a43045b8d893f09824d8fbe77a9c3959716e0b2 100644 (file)
@@ -1585,7 +1585,7 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
     elif name == 'ColorPickerPreference':
         sdir = os.path.join(extlib_dir, 'ColorPickerPreference')
         vcs = getvcs('git',
-           'https://github.com/frigus02/HoloColorPicker', sdir, sdk_path)
+           'https://github.com/attenzione/android-ColorPickerPreference', sdir, sdk_path)
         vcs.gotorevision(ref)
         if subprocess.call([os.path.join(sdk_path, 'tools', 'android'),
             'update', 'project', '-p',