rfkill-udev: add license
This commit is contained in:
parent
2b99f89db3
commit
7e2278e691
@ -47,9 +47,10 @@ in stdenv.mkDerivation {
|
|||||||
cp ${rfkillHook} "$out/bin/rfkill-hook.sh"
|
cp ${rfkillHook} "$out/bin/rfkill-hook.sh"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://wireless.kernel.org/en/users/Documentation/rfkill";
|
homepage = "http://wireless.kernel.org/en/users/Documentation/rfkill";
|
||||||
description = "Rules+hook for udev to catch rfkill state changes";
|
description = "Rules+hook for udev to catch rfkill state changes";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user