# HG changeset patch
# User Matthew Wild <mwild1@gmail.com>
# Date 1337280101 -3600
# Node ID a86d83ad1fea7e761d83b9bdde5cfa4fd446ba6b
# Parent  1897dc6a07bbb483736370223f32c5354473f567
squishy: Update to fetch from a pre-timber revision of Prosody

diff -r 1897dc6a07bb -r a86d83ad1fea squishy
--- 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