diff options
author | Etiene Dalcol <Etiene@users.noreply.github.com> | 2015-11-28 16:57:29 +0100 |
---|---|---|
committer | Etiene Dalcol <Etiene@users.noreply.github.com> | 2015-11-28 16:57:29 +0100 |
commit | e04e11d7182935ab68fd486532155a46342cc401 (patch) | |
tree | bbd1eac26471727c4886c66f2aa358a48a28db7e /valua-0.2.2-2.rockspec | |
parent | 5730f531e542e824fda90de41bae34a337805cc4 (diff) | |
download | valua-e04e11d7182935ab68fd486532155a46342cc401.tar.gz valua-e04e11d7182935ab68fd486532155a46342cc401.tar.bz2 valua-e04e11d7182935ab68fd486532155a46342cc401.zip |
Update valua-0.2.2-2.rockspec
Diffstat (limited to 'valua-0.2.2-2.rockspec')
-rw-r--r-- | valua-0.2.2-2.rockspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/valua-0.2.2-2.rockspec b/valua-0.2.2-2.rockspec index ab1072a..c8f975f 100644 --- a/valua-0.2.2-2.rockspec +++ b/valua-0.2.2-2.rockspec @@ -1,8 +1,8 @@ package = "valua" version = "0.2.2-2" source = { - url = "https://github.com/Etiene/valua/archive/0.2.2.zip", - tag = "valua-0.2.2" + url = "git://github.com/Etiene/valua", + tag = "0.2.2" } description = { summary = "Validation for Lua!", |