We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e4d0d commit 65ba9f9Copy full SHA for 65ba9f9
Makefile
@@ -56,6 +56,7 @@ rockspecs/$(PACKAGE)-%-0.rockspec: $(PACKAGE).rockspec.in
56
-e '/url = "git/a\ dir = "fluent.lua",' \
57
-e '/issues_url/d' \
58
-e '/maintainer/d' \
59
+ -e '/labels/d' \
60
$@
61
62
$(PACKAGE)-dev-0.src.rock: $(SCM_ROCK)
rockspecs/fluent-0.1.0-0.rockspec
@@ -14,7 +14,6 @@ description = {
14
the entire expressive power of natural language translations.]],
15
license = "MIT",
16
homepage = "https://github.com/alerque/fluent-lua",
17
- labels = { "i18n" }
18
}
19
20
dependencies = {
0 commit comments