Fixing urls.
diff --git a/metalua-0.7.3-1.rockspec b/metalua-0.7.3-1.rockspec
index f45f225..d0e79ad 100644
--- a/metalua-0.7.3-1.rockspec
+++ b/metalua-0.7.3-1.rockspec
@@ -2,7 +2,7 @@
 package = "metalua-parser"
 version = "0.7.3-1"
 source = {
-  url = "http://git.eclipse.org/c/koneki/org.eclipse.koneki.metalua.git/snapshot/v0.7.3.tar.gz"
+  url = "http://git.eclipse.org/c/koneki/org.eclipse.koneki.metalua.git/snapshot/org.eclipse.koneki.metalua-v0.7.3.tar.gz"
 }
 description = {
   summary = "Metalua: parser, compiler and command line interface.",
diff --git a/metalua-compiler-0.7.3-1.rockspec b/metalua-compiler-0.7.3-1.rockspec
index 8a6faaf..c633153 100644
--- a/metalua-compiler-0.7.3-1.rockspec
+++ b/metalua-compiler-0.7.3-1.rockspec
@@ -2,7 +2,7 @@
 package = "metalua-compiler"
 version = "0.7.3-1"
 source = {
-  url = "http://git.eclipse.org/c/koneki/org.eclipse.koneki.metalua.git/snapshot/v0.7.3.tar.gz"
+  url = "http://git.eclipse.org/c/koneki/org.eclipse.koneki.metalua.git/snapshot/org.eclipse.koneki.metalua-v0.7.3.tar.gz"
 }
 
 description = {
diff --git a/metalua-parser-0.7.3-1.rockspec b/metalua-parser-0.7.3-1.rockspec
index 6e45bbf..4dbbb51 100644
--- a/metalua-parser-0.7.3-1.rockspec
+++ b/metalua-parser-0.7.3-1.rockspec
@@ -2,7 +2,7 @@
 package = "metalua-parser"
 version = "0.7.3-1"
 source = {
-  url = "http://git.eclipse.org/c/koneki/org.eclipse.koneki.metalua.git/snapshot/v0.7.3.tar.gz"
+  url = "http://git.eclipse.org/c/koneki/org.eclipse.koneki.metalua.git/snapshot/org.eclipse.koneki.metalua-v0.7.3.tar.gz"
 }
 description = {
   summary = "Metalua's parser: converting Lua source strings and files into AST",