lxd: dual license ASL2 and AGPL3

This commit is contained in:
Jon Seager 2023-12-13 09:28:32 +00:00
parent 0ecaf806a5
commit d6682e7dbb
No known key found for this signature in database

View File

@ -86,7 +86,7 @@ buildGoModule rec {
description = "Daemon based on liblxc offering a REST API to manage containers";
homepage = "https://ubuntu.com/lxd";
changelog = "https://github.com/canonical/lxd/releases/tag/lxd-${version}";
license = licenses.asl20;
license = with licenses; [ asl20 agpl3 ];
maintainers = teams.lxc.members;
platforms = platforms.linux;
};