diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-17 13:03:50 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-17 13:03:50 +0300 |
commit | ecf7c3069a53cccf622cf2fb956d7ad78d26bcf4 (patch) | |
tree | 0c5d51b59c78b9dc175c7f7e71b865b6cb0f3e40 /extra/sqlite | |
parent | cf7fbcb037fa611b12ddfcc4c39f31bfb57d8d13 (diff) | |
download | repository-ecf7c3069a53cccf622cf2fb956d7ad78d26bcf4.tar.gz |
sqlite: add meta file
Diffstat (limited to 'extra/sqlite')
-rw-r--r-- | extra/sqlite/meta | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/sqlite/meta b/extra/sqlite/meta new file mode 100644 index 00000000..347c04b5 --- /dev/null +++ b/extra/sqlite/meta @@ -0,0 +1,3 @@ +description: Embedded SQL library +license: Public Domain +maintainer: Cem Keylan <cem@carbslinux.org> |