linuxPackages.usbip: clarify license

Luflosi fe8de656 b1c9917f

+1 -1
+1 -1
pkgs/os-specific/linux/usbip/default.nix
··· 27 27 meta = with lib; { 28 28 homepage = "https://github.com/torvalds/linux/tree/master/tools/usb/usbip"; 29 29 description = "allows to pass USB device from server to client over the network"; 30 - license = licenses.gpl2; 30 + license = with licenses; [ gpl2Only gpl2Plus ]; 31 31 platforms = platforms.linux; 32 32 broken = kernelOlder "4.10"; 33 33 };