polygraph: add license

This commit is contained in:
Markus Kowalewski 2018-09-10 21:41:18 +02:00
parent 3f1849e29c
commit d2b062760d
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -9,11 +9,12 @@ stdenv.mkDerivation rec {
};
buildInputs = [ openssl zlib ncurses ];
meta = with stdenv.lib; {
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";
platforms = platforms.linux;
license = licenses.asl20;
maintainers = [ maintainers.lethalman ];
};
}