Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libcgroup] added new port #39647

Merged
merged 13 commits into from
Jul 5, 2024
Prev Previous commit
Next Next commit
[libcgroup] fixed license
  • Loading branch information
t43rr7 committed Jul 3, 2024
commit b43a95337dde0a0d4fc2dd8f696269c5bb0a9452
2 changes: 1 addition & 1 deletion ports/libcgroup/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version-semver": "3.1.0",
MonicaLiu0311 marked this conversation as resolved.
Show resolved Hide resolved
"description": "Library for working with cgroup",
"homepage": "https://github.com/libcgroup/libcgroup",
"license": "LGPL-2.1",
"license": "LGPL-2.1-only",
"supports": "linux"
}