summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2024-11-22 23:04:49 -1000
committerSam Bingner <sam@bingner.com>2024-11-22 23:04:49 -1000
commit5417bdd9f670d53980526d7a879527095259fc53 (patch)
tree6053427f365839947bf049e625c624f3441cae59 /MobileCydia.mm
parent876d9f30d2b3087d7e72d6c5bcb4c82a294d1a35 (diff)
Update modmyi repo URLHEADpropermaster
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r--MobileCydia.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 1e9e4fa..4cd124e 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -9559,7 +9559,7 @@ int main(int argc, char *argv[]) {
if ([Version_ unsignedIntValue] == 0) {
CydiaAddSource(@"http://apt.thebigboss.org/repofiles/cydia/", @"stable", [NSMutableArray arrayWithObject:@"main"]);
- CydiaAddSource(@"http://apt.modmyi.com/", @"stable", [NSMutableArray arrayWithObject:@"main"]);
+ CydiaAddSource(@"http://modmyi.saurik.com/", @"stable", [NSMutableArray arrayWithObject:@"main"]);
CydiaAddSource(@"http://cydia.zodttd.com/repo/cydia/", @"stable", [NSMutableArray arrayWithObject:@"main"]);
CydiaAddSource(@"https://repo.chariz.com/", @"./");
CydiaAddSource(@"https://repo.dynastic.co/", @"./");