From 0c24a412d059b8c559689e8c357462cf8d2af0f7 Mon Sep 17 00:00:00 2001 From: Euan T Date: Wed, 25 Jul 2018 20:37:40 +0100 Subject: [PATCH] Add spdx_licenses package --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index cd3052b..1542854 100644 --- a/packages.json +++ b/packages.json @@ -10074,5 +10074,17 @@ "description": "Get information about colors and convert them in the command line", "license": "MIT", "web": "https://github.com/Calinou/clr" + }, + { + "name": "spdx_licenses", + "url": "https://github.com/euantorano/spdx_licenses.nim", + "method": "git", + "tags": [ + "spdx", + "license" + ], + "description": "A library to retrieve the list of commonly used licenses from the SPDX License List.", + "license": "BSD3", + "web": "https://github.com/euantorano/spdx_licenses.nim" } ]