rtl88xxau-aircrack: format with nixfmt
This commit is contained in:
parent
9fbef499c8
commit
f35d326c66
1 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,9 @@ stdenv.mkDerivation rec {
|
|||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Aircrack-ng kernel module for Realtek 88XXau network cards\n(8811au, 8812au, 8814au and 8821au chipsets) with monitor mode and injection support.";
|
||||
description = ''
|
||||
Aircrack-ng kernel module for Realtek 88XXau network cards
|
||||
(8811au, 8812au, 8814au and 8821au chipsets) with monitor mode and injection support.'';
|
||||
homepage = "https://github.com/aircrack-ng/rtl8812au";
|
||||
license = licenses.gpl2Only;
|
||||
maintainers = [ maintainers.jethro ];
|
||||
|
|
Loading…
Reference in a new issue