From d6682e7dbbcd6ba1ff74b91532a9ffed0d3fabcd Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Wed, 13 Dec 2023 09:28:32 +0000 Subject: [PATCH] lxd: dual license ASL2 and AGPL3 --- pkgs/tools/admin/lxd/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/admin/lxd/default.nix b/pkgs/tools/admin/lxd/default.nix index ff6c98e3a01f..4a70d2276573 100644 --- a/pkgs/tools/admin/lxd/default.nix +++ b/pkgs/tools/admin/lxd/default.nix @@ -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; };