polygraph: add license

This commit is contained in:
Markus Kowalewski
2018-09-10 22:16:21 +02:00
parent 3f1849e29c
commit d2b062760d
@@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
homepage = http://www.web-polygraph.org; homepage = http://www.web-polygraph.org;
description = "Performance testing tool for caching proxies, origin server accelerators, L4/7 switches, content filters, and other Web intermediaries"; description = "Performance testing tool for caching proxies, origin server accelerators, L4/7 switches, content filters, and other Web intermediaries";
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.asl20;
maintainers = [ maintainers.lethalman ]; maintainers = [ maintainers.lethalman ];
}; };
} }