diff options
author | Sam Bingner <sam@bingner.com> | 2020-01-21 08:40:32 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2020-01-21 08:40:32 -1000 |
commit | 340d7a95ca37094276157132e8a3a54d66a59c8a (patch) | |
tree | 48364ac900a28ee38f3fb8bca9e2349a8b66363a /MobileCydia.mm | |
parent | 2f64a48d94acc8bb335baa7459cb9c9e0be98cc3 (diff) |
Remove packix from default again
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 4622588..e311761 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -9489,7 +9489,6 @@ int main(int argc, char *argv[]) { CydiaAddSource(@"http://cydia.zodttd.com/repo/cydia/", @"stable", [NSMutableArray arrayWithObject:@"main"]); CydiaAddSource(@"https://repo.chariz.com/", @"./"); CydiaAddSource(@"https://repo.dynastic.co/", @"./"); - CydiaAddSource(@"https://repo.packix.com/", @"./"); Version_ = [NSNumber numberWithUnsignedInt:1]; |