linuxPackages.usbip: clarify license

wip/yesman
Luflosi 3 years ago
parent b1c9917f71
commit fe8de6564d
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0
  1. 2
      pkgs/os-specific/linux/usbip/default.nix

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

Loading…
Cancel
Save