Changeset

299:a86d83ad1fea

squishy: Update to fetch from a pre-timber revision of Prosody
author Matthew Wild <mwild1@gmail.com>
date Thu, 17 May 2012 19:41:41 +0100
parents 298:1897dc6a07bb
children 300:b1d50f9a04c7
files squishy
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/squishy	Sun May 13 20:14:32 2012 +0200
+++ b/squishy	Thu May 17 19:41:41 2012 +0100
@@ -8,7 +8,7 @@
 
 -- Prosody libraries
 if not GetOption("prosody") then
-	AutoFetchURL "http://prosody.im/tip/?"
+	AutoFetchURL "http://hg.prosody.im/0.9/raw-file/381e0b874e6d/?"
 else
 	AutoFetchURL(GetOption("prosody").."/?")
 end