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