rfkill-udev: add license

wip/yesman
Markus Kowalewski 4 years ago
parent 2b99f89db3
commit 7e2278e691
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
  1. 5
      pkgs/os-specific/linux/rfkill/udev.nix

@ -47,9 +47,10 @@ in stdenv.mkDerivation {
cp ${rfkillHook} "$out/bin/rfkill-hook.sh"
'';
meta = {
meta = with stdenv.lib; {
homepage = "http://wireless.kernel.org/en/users/Documentation/rfkill";
description = "Rules+hook for udev to catch rfkill state changes";
platforms = stdenv.lib.platforms.linux;
platforms = platforms.linux;
license = licenses.mit;
};
}

Loading…
Cancel
Save