mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
rtl88xxau-aircrack: format with nixfmt
This commit is contained in:
parent
9fbef499c8
commit
f35d326c66
@ -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 New Issue
Block a user