aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/security/haka
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-07-23 13:32:04 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-07-23 13:32:04 +0300
commiteb4d37cde264f9cd6e5d8580bd88bde5a94aadc2 (patch)
tree77165ae88d5e3f78fbfc8ae120d9a034517e2408 /pkgs/tools/security/haka
parent9cccf35f98f7e4af1f6143ed87235d7236d6dae2 (diff)
haka: Fix typo
Diffstat (limited to 'pkgs/tools/security/haka')
-rw-r--r--pkgs/tools/security/haka/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/haka/default.nix b/pkgs/tools/security/haka/default.nix
index 8f856213e8c..6c5247a47bb 100644
--- a/pkgs/tools/security/haka/default.nix
+++ b/pkgs/tools/security/haka/default.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = {
- dscription = "A collection of tools that allows capturing TCP/IP packets and filtering them based on Lua policy files";
+ description = "A collection of tools that allows capturing TCP/IP packets and filtering them based on Lua policy files";
homepage = http://www.haka-security.org/;
license = stdenv.lib.licenses.mpl20;
maintaineres = [ stdenv.lib.maintainers.tvestelind ];