aircrackng: add platform & maintainers
This commit is contained in:
parent
778e09625f
commit
d9fe34aeb4
|
@ -15,9 +15,11 @@ stdenv.mkDerivation rec {
|
||||||
sed -e 's@/usr/local/bin@'${wirelesstools}@ -i src/osdep/linux.c
|
sed -e 's@/usr/local/bin@'${wirelesstools}@ -i src/osdep/linux.c
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Wireless encryption crackign tools";
|
description = "Wireless encryption crackign tools";
|
||||||
homepage = http://www.aircrack-ng.org/;
|
homepage = http://www.aircrack-ng.org/;
|
||||||
license = "GPL2+";
|
license = "GPL2+";
|
||||||
|
maintainers = [ maintainers.iElectric maintainers.viric maintainers.garbas maintainers.chaoflow ];
|
||||||
|
platform = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue