libguestfs: change license to gpl2Plus and lgpl21Plus

This commit is contained in:
Alexandre Iooss 2021-08-28 00:59:33 +02:00 committed by Alyssa Ross
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;