Skip to content

Commit f01e972

Browse files
committed
Remove issues_url from rockspec
1 parent 4693a82 commit f01e972

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

toml-0.0.2-0.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description = {
1313
detailed = "toml.lua is a Lua wrapper around [toml++](https://github.com/marzer/tomlplusplus/), allowing you to parse and serialize TOML files in Lua.",
1414
license = "MIT",
1515
homepage = "https://github.com/LebJe/toml.lua",
16-
issues_url = "https://github.com/LebJe/toml.lua/issues",
16+
--issues_url = "https://github.com/LebJe/toml.lua/issues",
1717
maintainer = "LebJe <51171427+LebJe@users.noreply.github.com>",
1818
--labels = { "toml", "parser", "serializer" },
1919
}

0 commit comments

Comments
 (0)