tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
haka: Fix typo
Tuomas Tynkkynen
9 years ago
eb4d37cd
9cccf35f
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
security
haka
default.nix
+1
-1
pkgs/tools/security/haka/default.nix
···
27
enableParallelBuilding = true;
28
29
meta = {
30
-
dscription = "A collection of tools that allows capturing TCP/IP packets and filtering them based on Lua policy files";
31
homepage = http://www.haka-security.org/;
32
license = stdenv.lib.licenses.mpl20;
33
maintaineres = [ stdenv.lib.maintainers.tvestelind ];
···
27
enableParallelBuilding = true;
28
29
meta = {
30
+
description = "A collection of tools that allows capturing TCP/IP packets and filtering them based on Lua policy files";
31
homepage = http://www.haka-security.org/;
32
license = stdenv.lib.licenses.mpl20;
33
maintaineres = [ stdenv.lib.maintainers.tvestelind ];