Merge pull request #7759 from bobvanderlinden/patch-1
libcrafter: added license and maintainer
This commit is contained in:
commit
62578cd38b
@ -22,5 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
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;
|
||||||
|
maintainers = [ maintainers.lethalman ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user