Skip to content

Commit b31b6c9

Browse files
committed
CONTRIBUTING: switch to HsLua style guide
The HsLua style guide is a continuation of the original Olivine Labs style guide which is inactive and appears to be unmaintained.
1 parent 9068d72 commit b31b6c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The filters come with these components:
5454
contain a small header with author, copyright, and licensing
5555
information. All filters must be licensed under the MIT license.
5656

57-
Lua code should follow the Olivine Labs [Lua style guide]. The
57+
Lua code should follow the HsLua [Lua style guide]. The
5858
tl;dr is: use snake_case for most names and keep lines below 80
5959
chars.
6060

@@ -120,4 +120,4 @@ message.
120120

121121

122122
[issue tracker]: https://github.com/pandoc/lua-filters/issues
123-
[Lua style guide]: https://github.com/Olivine-Labs/lua-style-guide
123+
[Lua style guide]: https://github.com/hslua/lua-style-guide

0 commit comments

Comments
 (0)