mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
aircrack-ng: fix description typo; co-maintain
This commit is contained in:
parent
db658a6eb5
commit
f290a6d026
1 changed files with 3 additions and 3 deletions
|
@ -16,10 +16,10 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Wireless encryption crackign tools";
|
||||
description = "Wireless encryption cracking tools";
|
||||
homepage = http://www.aircrack-ng.org/;
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
maintainers = [ maintainers.iElectric maintainers.viric maintainers.garbas maintainers.chaoflow ];
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ iElectric viric garbas chaoflow nckx ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue