aircrack-ng: fix description typo; co-maintain
This commit is contained in:
parent
db658a6eb5
commit
f290a6d026
@ -16,10 +16,10 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Wireless encryption crackign tools";
|
description = "Wireless encryption cracking tools";
|
||||||
homepage = http://www.aircrack-ng.org/;
|
homepage = http://www.aircrack-ng.org/;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = [ maintainers.iElectric maintainers.viric maintainers.garbas maintainers.chaoflow ];
|
maintainers = with maintainers; [ iElectric viric garbas chaoflow nckx ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user