aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--THANKS8
-rw-r--r--lua-cjson.spec2
2 files changed, 9 insertions, 1 deletions
diff --git a/THANKS b/THANKS
new file mode 100644
index 0000000..80d78d3
--- /dev/null
+++ b/THANKS
@@ -0,0 +1,8 @@
1The following people have helped with bug reports, testing and/or
2suggestions:
3
4- Louis-Philippe Perron (@loopole)
5- Steve Donovan <steve.j.donovan@gmail.com>
6- Zhang "agentzh" Yichun <agentzh@gmail.com>
7
8Thanks!
diff --git a/lua-cjson.spec b/lua-cjson.spec
index 3b1eec6..189f787 100644
--- a/lua-cjson.spec
+++ b/lua-cjson.spec
@@ -38,7 +38,7 @@ rm -rf "$RPM_BUILD_ROOT"
38 38
39%files 39%files
40%defattr(-,root,root,-) 40%defattr(-,root,root,-)
41%doc LICENSE NEWS performance.txt README rfc4627.txt tests TODO 41%doc LICENSE NEWS performance.txt README rfc4627.txt tests THANKS TODO
42%{lualibdir}/* 42%{lualibdir}/*
43 43
44 44