rtl88xxau-aircrack: format with nixfmt

This commit is contained in:
Jaiden Douglas 2024-04-13 12:25:38 +09:30
parent 9fbef499c8
commit f35d326c66
No known key found for this signature in database
GPG Key ID: F8CFF23528D6B002
1 changed files with 3 additions and 1 deletions

View File

@ -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 ];