Skip to content

Commit

Permalink
[cpp-jwt] set license (#28253)
Browse files Browse the repository at this point in the history
* set license for cpp-jwt

* run x-add-version

Co-authored-by: Julian Zimmermann <[email protected]>
  • Loading branch information
JulZimmermann and JulZimmermann authored Dec 9, 2022
1 parent 5402d24 commit c2089d9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ports/cpp-jwt/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "cpp-jwt",
"version-date": "2022-08-27",
"port-version": 1,
"description": "JSON Web Token library for C++",
"homepage": "https://github.com/arun11299/cpp-jwt",
"license": "MIT",
"dependencies": [
"nlohmann-json",
"openssl",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,7 @@
},
"cpp-jwt": {
"baseline": "2022-08-27",
"port-version": 0
"port-version": 1
},
"cpp-netlib": {
"baseline": "0.13.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cpp-jwt.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "bcfe5246f268edb7df635d7225634bfd384f9891",
"version-date": "2022-08-27",
"port-version": 1
},
{
"git-tree": "acabe0dc0732f93b8145528dfc0dfd7382758d1b",
"version-date": "2022-08-27",
Expand Down

0 comments on commit c2089d9

Please sign in to comment.