summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
diff options
context:
space:
mode:
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 e4e4992..fbf9971 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -741,7 +741,7 @@ static void WriteSources() {
FILE *file(fopen("/etc/apt/sources.list.d/cydia.list", "w"));
_assert(file != NULL);
- fprintf(file, "deb http://%s/ tangelo main\n",
+ fprintf(file, "deb http://%s/ tangelo-3.7 main\n",
[CydiaSource_ UTF8String]
);