libguestfs: change license to gpl2Plus and lgpl21Plus
This commit is contained in:
parent
9c442fa901
commit
3e9661ce7f
@ -99,7 +99,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Tools for accessing and modifying virtual machine disk images";
|
||||
license = with licenses; [ gpl2 lgpl21 ];
|
||||
license = with licenses; [ gpl2Plus lgpl21Plus ];
|
||||
homepage = "https://libguestfs.org/";
|
||||
maintainers = with maintainers; [offline];
|
||||
platforms = platforms.linux;
|
||||
|
Loading…
Reference in New Issue
Block a user