haka: Fix typo

+1 -1
+1 -1
pkgs/tools/security/haka/default.nix
··· 27 27 enableParallelBuilding = true; 28 28 29 29 meta = { 30 - dscription = "A collection of tools that allows capturing TCP/IP packets and filtering them based on Lua policy files"; 30 + description = "A collection of tools that allows capturing TCP/IP packets and filtering them based on Lua policy files"; 31 31 homepage = http://www.haka-security.org/; 32 32 license = stdenv.lib.licenses.mpl20; 33 33 maintaineres = [ stdenv.lib.maintainers.tvestelind ];