fix url in rockspec file

This commit is contained in:
wiaamm 2025-06-22 10:23:10 +03:00
parent 65d3c7586b
commit e8a9af3666

View File

@ -2,7 +2,8 @@ package = "open-appsec-waf-kong-plugin"
version = "1.0.0-1"
source = {
url = "file://."
url = "git://github.com/openappsec/attachment.git",
tag = "add-kong-plugin" -- Update this to your correct tag/branch if needed
}
description = {
@ -10,7 +11,7 @@ description = {
detailed = [[
A Kong plugin that scans HTTP request headers using Nano Attachment.
]],
"https://example.com", # TODO: Update this to the real project homepage before release
homepage = "https://github.com/openappsec/attachment",
license = "Apache"
}