Skip to content

Commit

Permalink
fix: Use correct url schema for luarocks (#8)
Browse files Browse the repository at this point in the history
* fix: Use correct URL schema for `luarocks`.

Co-authored-by: Mahmoud Ali <[email protected]>
  • Loading branch information
Jonathan Duarte and m7moud authored Jan 11, 2022
1 parent 3e79204 commit ad95189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion access-token-introspection-1.2.1-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package = "access-token-introspection"
version = "1.2.1-0"

source = {
url = "https://github.com/medwing/kong-token-introspection",
url = "git+https://github.com/medwing/kong-token-introspection.git",
tag = "v1.2.1"
}

Expand Down

0 comments on commit ad95189

Please sign in to comment.