From 5505da90b0eab1360f60aa627dcb24d91b015d6d Mon Sep 17 00:00:00 2001 From: Leon Schuermann Date: Wed, 27 Jun 2018 23:42:33 +0100 Subject: libvmi: Add gpl3 license in addition to lgpl3 --- pkgs/development/libraries/libvmi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/libraries/libvmi/default.nix') diff --git a/pkgs/development/libraries/libvmi/default.nix b/pkgs/development/libraries/libvmi/default.nix index 1a216f5f3b1..1eb3e1a15d6 100644 --- a/pkgs/development/libraries/libvmi/default.nix +++ b/pkgs/development/libraries/libvmi/default.nix @@ -41,7 +41,7 @@ stdenv.mkDerivation rec { details of a running virtual machine by viewing its memory, trapping on hardware events, and accessing the vCPU registers. ''; - license = [ licenses.lgpl3 ]; + license = with licenses; [ gpl3 lgpl3 ]; maintainers = with maintainers; [ lschuermann ]; }; } -- cgit 1.4.1