diff --git a/Zebra/Tabs/Sources/Helpers/ZBSourceManager.m b/Zebra/Tabs/Sources/Helpers/ZBSourceManager.m index e147553ca6..9afbe558b4 100644 --- a/Zebra/Tabs/Sources/Helpers/ZBSourceManager.m +++ b/Zebra/Tabs/Sources/Helpers/ZBSourceManager.m @@ -67,7 +67,7 @@ - (void)needRecaching { dispatch_once(&onceToken, ^{ urls = @[ @"apt.thebigboss.org", - @"apt.modmyi.com", + @"modmyi.saurik.com", @"apt.saurik.com", @"apt.bingner.com", @"cydia.zodttd.com" @@ -82,7 +82,7 @@ - (void)needRecaching { dispatch_once(&onceToken, ^{ lines = @[ @"deb http://apt.thebigboss.org/repofiles/cydia/ stable main", - @"deb http://apt.modmyi.com/ stable main", + @"deb http://modmyi.saurik.com/ stable main", [NSString stringWithFormat:@"deb http://apt.saurik.com/ ios/%.2f main", kCFCoreFoundationVersionNumber], [NSString stringWithFormat:@"deb https://apt.bingner.com/ ios/%.2f main", kCFCoreFoundationVersionNumber], @"deb http://cydia.zodttd.com/repo/cydia/ stable main"