libcrafter: added license and maintainer
This commit is contained in:
parent
eb98989cf0
commit
2cd6b418b9
|
@ -22,5 +22,7 @@ stdenv.mkDerivation rec {
|
|||
meta = {
|
||||
homepage = https://github.com/pellegre/libcrafter;
|
||||
description = "High level C++ network packet sniffing and crafting library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
maintainers = [ maintainers.lethalman ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue