diff --git a/discount3-1.0-1.rockspec b/discount3-1.0-1.rockspec index 4b6289a..b698c97 100644 --- a/discount3-1.0-1.rockspec +++ b/discount3-1.0-1.rockspec @@ -1,5 +1,6 @@ package = "discount3" version = "1.0-1" +rockspec_format = '3.0' description = { summary = "Lua bindings for the Discount Markdown library V3", @@ -7,11 +8,13 @@ description = { Supports all tags. ]], homepage = "https://gitlabor.ru/Datenlabor/discount3", + labels = { 'markdown', 'discount'} , license = "ISC" } source = { - url = "https://gitlabor.ru/Datenlabor/discount3/archive/v1.0.tar.gz" + url = "https://gitlabor.ru/Datenlabor/discount3/", + tag = "1.0-1" } dependencies = {