From 1458bb35dce804d00428b8013e52691c64c57232 Mon Sep 17 00:00:00 2001 From: MrZoraman Date: Sat, 23 Mar 2019 23:41:20 -0700 Subject: [PATCH] Updated Omnilog's license (#1037) In the packages.json it was listed as MIT but on their git repo the license is LGPLv3. --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, {