libvmi: Add gpl3 license in addition to lgpl3
This commit is contained in:
parent
f8086e3e1e
commit
5505da90b0
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
||||||
details of a running virtual machine by viewing its memory, trapping on hardware events,
|
details of a running virtual machine by viewing its memory, trapping on hardware events,
|
||||||
and accessing the vCPU registers.
|
and accessing the vCPU registers.
|
||||||
'';
|
'';
|
||||||
license = [ licenses.lgpl3 ];
|
license = with licenses; [ gpl3 lgpl3 ];
|
||||||
maintainers = with maintainers; [ lschuermann ];
|
maintainers = with maintainers; [ lschuermann ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue