diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-17 13:27:06 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-17 13:27:06 +0300 |
commit | 4f580dad3a1e9d2940d033f64a7bb0b97e378081 (patch) | |
tree | 59136334f6dacd29a8a749fd3cae03e9aabd1a2b /community | |
parent | c5bca678e64e255c7cb9bb1510e0beb0c7163217 (diff) | |
download | repository-4f580dad3a1e9d2940d033f64a7bb0b97e378081.tar.gz |
lua: add meta file
Diffstat (limited to 'community')
-rw-r--r-- | community/lua/meta | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/community/lua/meta b/community/lua/meta new file mode 100644 index 00000000..be7e1373 --- /dev/null +++ b/community/lua/meta @@ -0,0 +1,3 @@ +description: Lua programming language +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> |