lxd: dual license ASL2 and AGPL3

This commit is contained in:
Jon Seager
2023-12-13 13:40:05 +00:00
parent 0ecaf806a5
commit d6682e7dbb
+1 -1
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;
};