diff --git a/src/xmms2-scrobbler.c b/src/xmms2-scrobbler.c
index 03e3557..90a204a 100644
--- a/src/xmms2-scrobbler.c
+++ b/src/xmms2-scrobbler.c
@@ -228,7 +228,7 @@ do_handshake (void)
 	snprintf (&hashed[32], sizeof (hashed) - 32, "%lu", timestamp);
 
 	pos = snprintf (post_data, sizeof (post_data),
-	                "http://post.audioscrobbler.com/"
+	                "http://turtle.libre.fm/"
 	                "?hs=true&p=" PROTOCOL "&c=" CLIENT_ID
 	                "&v=" VERSION "&u=%s&t=%lu&a=",
 	                user, timestamp);
