diff options
| author | MrZoraman <MrZoraman@Gmail.com> | 2019-03-23 23:41:20 -0700 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-03-24 07:41:20 +0100 |
| commit | 1458bb35dce804d00428b8013e52691c64c57232 (patch) | |
| tree | db3373db93611c1aa2f8f60f58bcbe7497e7f8b7 | |
| parent | c9d7f9e3ceb8a154758b8f0cda0b0b9a2366dd88 (diff) | |
| download | packages-1458bb35dce804d00428b8013e52691c64c57232.tar.gz packages-1458bb35dce804d00428b8013e52691c64c57232.zip | |
Updated Omnilog's license (#1037)
In the packages.json it was listed as MIT but on their git repo the license is LGPLv3.
| -rw-r--r-- | packages.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.json b/packages.json index acaf5df..5feb3cb 100644 --- a/packages.json +++ b/packages.json @@ -4127,7 +4127,7 @@ "logs" ], "description": "Advanced logging library for Nim with structured logging, formatters, filters and writers.", - "license": "MIT", + "license": "LGPLv3", "web": "https://github.com/nim-appkit/omnilog" }, { |
