Skip to content

Commit e942681

Browse files
authored
Update lua-resty-session-dev-1.rockspec
1 parent 8e45a78 commit e942681

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lua-resty-session-dev-1.rockspec

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package = "lua-resty-session"
22
version = "dev-1"
33
source = {
4-
url = "git://github.com/bungle/lua-resty-session.git"
4+
url = "git+https://github.com/bungle/lua-resty-session.git"
55
}
66
description = {
77
summary = "Session Library for OpenResty – Flexible and Secure",
@@ -20,9 +20,6 @@ build = {
2020
["resty.session.identifiers.random"] = "lib/resty/session/identifiers/random.lua",
2121
["resty.session.storage.shm"] = "lib/resty/session/storage/shm.lua",
2222
["resty.session.storage.redis"] = "lib/resty/session/storage/redis.lua",
23-
["resty.session.storage.cookie"] = "lib/resty/session/storage/cookie.lua",
24-
["resty.session.storage.memcache"] = "lib/resty/session/storage/memcache.lua",
25-
["resty.session.storage.memcached"] = "lib/resty/session/storage/memcached.lua",
2623
["resty.session.ciphers.aes"] = "lib/resty/session/ciphers/aes.lua",
2724
["resty.session.ciphers.none"] = "lib/resty/session/ciphers/none.lua",
2825
["resty.session.encoders.hex"] = "lib/resty/session/encoders/hex.lua",

0 commit comments

Comments
 (0)