summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
diff options
context:
space:
mode:
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r--MobileCydia.mm3
1 files changed, 2 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 0e94ec3..5b32ed3 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -9536,8 +9536,9 @@ int main(int argc, char *argv[]) {
CydiaAddSource(@"http://apt.thebigboss.org/repofiles/cydia/", @"stable", [NSMutableArray arrayWithObject:@"main"]);
CydiaAddSource(@"http://apt.modmyi.com/", @"stable", [NSMutableArray arrayWithObject:@"main"]);
CydiaAddSource(@"http://cydia.zodttd.com/repo/cydia/", @"stable", [NSMutableArray arrayWithObject:@"main"]);
- CydiaAddSource(@"https://repo.chariz.io/", @"./");
+ CydiaAddSource(@"https://repo.chariz.com/", @"./");
CydiaAddSource(@"https://repo.dynastic.co/", @"./");
+ CydiaAddSource(@"https://repo.packix.com/", @"./");
Version_ = [NSNumber numberWithUnsignedInt:1];