libcrafter: fix broken evaluation
This commit is contained in:
parent
3efad777a2
commit
7e9d00b05d
@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://github.com/pellegre/libcrafter;
|
homepage = https://github.com/pellegre/libcrafter;
|
||||||
description = "High level C++ network packet sniffing and crafting library";
|
description = "High level C++ network packet sniffing and crafting library";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
maintainers = [ maintainers.lethalman ];
|
maintainers = [ stdenv.lib.maintainers.lethalman ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user