diff --git a/luasec-0.9-1.rockspec b/luasec-0.9-1.rockspec index c4d7387..ce66c62 100644 --- a/luasec-0.9-1.rockspec +++ b/luasec-0.9-1.rockspec @@ -1,5 +1,9 @@ package = "LuaSec" version = "0.9-1" +source = { + url = "git://github.com/brunoos/luasec", + tag = "v0.9", +} description = { summary = "A binding for OpenSSL library to provide TLS/SSL communication over LuaSocket.", detailed = "This version delegates to LuaSocket the TCP connection establishment between the client and server. Then LuaSec uses this connection to start a secure TLS/SSL session.",