aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-07-26 10:46:57 +0100
committerGitHub <noreply@github.com>2018-07-26 10:46:57 +0100
commitdde705d7ee8abcef66b12f139141ec99a803c41a (patch)
tree254b4263bcce93714b318a5e13c84a5e6dc32487
parentcd08de900cb311576b8f21f3b0e194c1e4626f96 (diff)
parent0c24a412d059b8c559689e8c357462cf8d2af0f7 (diff)
downloadpackages-dde705d7ee8abcef66b12f139141ec99a803c41a.tar.gz
packages-dde705d7ee8abcef66b12f139141ec99a803c41a.zip
Merge pull request #806 from euantorano/patch-3
Add spdx_licenses package
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
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"
}
]