Skip to content

Commit 937590b

Browse files
committed
vcpkg added missing license field
[skip ci]
1 parent 6acefe7 commit 937590b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cmake/vcpkg/ports/tinyorm-qt5/vcpkg.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"description": "Modern C++ ORM library for Qt framework",
77
"homepage": "https://github.com/silverqx/TinyORM",
88
"documentation": "https://www.tinyorm.org",
9+
"license": "MIT",
910
"supports": "!(uwp | arm | android | emscripten | osx | ios | xbox | freebsd | openbsd | wasm32)",
1011
"dependencies": [
1112
"qt5-base",

cmake/vcpkg/ports/tinyorm/vcpkg.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"description": "Modern C++ ORM library for Qt framework",
77
"homepage": "https://github.com/silverqx/TinyORM",
88
"documentation": "https://www.tinyorm.org",
9+
"license": "MIT",
910
"supports": "!(uwp | arm | android | emscripten | osx | ios | xbox | freebsd | openbsd | wasm32)",
1011
"dependencies": [
1112
{

0 commit comments

Comments
 (0)