Skip to content

Commit 5a61702

Browse files
committed
chore: Rebuild SCM rockspec from template
1 parent 30bdf81 commit 5a61702

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

fluent-scm-0.rockspec

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
1+
rockspec_format = "3.0"
12
package = "fluent"
23
version = "scm-0"
34

45
source = {
5-
url = "git://github.com/alerque/fluent-lua",
6+
url = "git://github.com/alerque/fluent-lua.git",
7+
tag = "master"
68
}
79

810
description = {
9-
summary = "Lua implementation of Project Fluent.",
11+
summary = "Lua implementation of Project Fluent",
1012
detailed = [[
11-
This is a lua port of the Fluent, A localization paradigm designed to
12-
unleash the entire expressive power of natural language translations.
13+
A Lua port of Project Fluent, a localization paradigm designed to unleash
14+
the entire expressive power of natural language translations.
1315
]],
16+
license = "MIT",
1417
homepage = "https://github.com/alerque/fluent-lua",
15-
license = "MIT"
18+
issues_url = "https://github.com/alerque/fluent-lua/issues",
19+
maintainer = "Caleb Maclennan <[email protected]>",
20+
labels = { "i18n" }
1621
}
1722

1823
dependencies = {

0 commit comments

Comments
 (0)