libvmi: Add gpl3 license in addition to lgpl3

This commit is contained in:
Leon Schuermann 2018-06-27 23:42:33 +01:00
parent f8086e3e1e
commit 5505da90b0

View File

@ -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 ];
};
}