Merge pull request #120640 from Luflosi/usbip-clarify-license
linuxPackages.usbip: clarify license
This commit is contained in:
commit
0a6827a275
@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/torvalds/linux/tree/master/tools/usb/usbip";
|
homepage = "https://github.com/torvalds/linux/tree/master/tools/usb/usbip";
|
||||||
description = "allows to pass USB device from server to client over the network";
|
description = "allows to pass USB device from server to client over the network";
|
||||||
license = licenses.gpl2;
|
license = with licenses; [ gpl2Only gpl2Plus ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
broken = kernelOlder "4.10";
|
broken = kernelOlder "4.10";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user