libvmi: Add gpl3 license in addition to lgpl3
This commit is contained in:
parent
f8086e3e1e
commit
5505da90b0
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user