Merge pull request #7759 from bobvanderlinden/patch-1

libcrafter: added license and maintainer
This commit is contained in:
lethalman
2015-05-08 13:29:17 +02:00

View File

@@ -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 ];
};
}