From 118416bfad777759178ffd5bd2c7eaed7c8ecbac Mon Sep 17 00:00:00 2001 From: Lukasz Laszko Date: Tue, 28 Jan 2020 12:54:19 +0800 Subject: [PATCH] license entry added to conanfile --- conanfile.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index bd56cbf..5865893 100644 --- a/conanfile.py +++ b/conanfile.py @@ -19,7 +19,8 @@ def get_version(): class JsonSchemaValidatorConan(ConanFile): name = 'JsonSchemaValidator' version = get_version() - url = 'https://github.com/lukaszlaszko/json-schema-validator' + url = 'https://github.com/pboettch/json-schema-validator' + license = 'MIT' settings = 'os', 'compiler', 'build_type', 'arch' options = { 'shared': [True, False],