···2727 meta = with lib; {
2828 homepage = "https://github.com/torvalds/linux/tree/master/tools/usb/usbip";
2929 description = "allows to pass USB device from server to client over the network";
3030- license = licenses.gpl2;
3030+ license = with licenses; [ gpl2Only gpl2Plus ];
3131 platforms = platforms.linux;
3232 broken = kernelOlder "4.10";
3333 };