Skip to content

Commit 459278e

Browse files
authored
fix: Revert 146 fix protocol and fix rockspec (#147)
* Revert "fix: rockspec url protocol (#146)" This reverts commit e9ebbac. * fix: rockspec source url
1 parent e9ebbac commit 459278e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/luarocks-template.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package = "casbin"
22
source = {
3-
url = "https://github.com/casbin/lua-casbin",
3+
url = "git+https://github.com/casbin/lua-casbin.git",
44
}
55
description = {
66
summary = "An authorization library that supports access control models like ACL, RBAC, ABAC in Lua (OpenResty)",

0 commit comments

Comments
 (0)