From 3cfe20b54b372c2cd292892e4be1f536c1223f8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A2=D0=B0=D1=82=D1=8C=D1=8F=D0=BD=D0=B0=20=D0=A4=D0=B0?= =?UTF-8?q?=D1=80=D0=B1=D0=B5=D1=80?= Date: Sun, 14 Dec 2025 22:26:00 +0400 Subject: [PATCH] rock --- discount3-1.0-1.rockspec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 = {