chore: update info/links re: dependencies and licensing

This commit is contained in:
Michael Bradley, Jr 2021-01-30 15:49:15 -06:00
parent cf0f42503b
commit c165282507
No known key found for this signature in database
GPG Key ID: D0307DBCF21A9A58
2 changed files with 5 additions and 3 deletions

View File

@ -29,6 +29,8 @@ Licensed and distributed under the [MIT License](https://github.com/status-im/ni
### Dependency Licenses
- OpenSSL https://github.com/openssl/openssl/blob/master/LICENSE.txt
- SQLCipher https://github.com/sqlcipher/sqlcipher/blob/master/LICENSE
- OpenSSL https://github.com/openssl/openssl/blob/master/LICENSE
- TinySQLite https://github.com/GULPF/tiny_sqlite/blob/master/LICENSE
- nim-stew https://github.com/status-im/nim-stew#license
- nimbus-build-system https://github.com/status-im/nimbus-build-system/#license
- tiny_sqlite https://github.com/GULPF/tiny_sqlite/blob/master/LICENSE

View File

@ -7,7 +7,7 @@ license = "MIT"
skipDirs = @["test"]
requires "nim >= 1.2.0",
"nimterop"
"stew"
import strutils