Skip to content

Commit 65ba9f9

Browse files
committed
fix: Use rockspec syntax compatible with older LuaRocks
1 parent 67e4d0d commit 65ba9f9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ rockspecs/$(PACKAGE)-%-0.rockspec: $(PACKAGE).rockspec.in
5656
-e '/url = "git/a\ dir = "fluent.lua",' \
5757
-e '/issues_url/d' \
5858
-e '/maintainer/d' \
59+
-e '/labels/d' \
5960
$@
6061

6162
$(PACKAGE)-dev-0.src.rock: $(SCM_ROCK)

rockspecs/fluent-0.1.0-0.rockspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ description = {
1414
the entire expressive power of natural language translations.]],
1515
license = "MIT",
1616
homepage = "https://github.com/alerque/fluent-lua",
17-
labels = { "i18n" }
1817
}
1918

2019
dependencies = {

0 commit comments

Comments
 (0)