summary refs log tree commit diff
path: root/pkgs/tools/networking/polygraph
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2018-09-10 21:41:18 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2018-09-10 22:16:21 +0200
commitd2b062760dc390ee02a2a311e762fef0a88d6885 (patch)
treeb5064ece1b914a335f21df319691fcc3bda7de5a /pkgs/tools/networking/polygraph
parent3f1849e29cb37facafac5690143130a57f1d2a9b (diff)
downloadnixpkgs-d2b062760dc390ee02a2a311e762fef0a88d6885.tar
nixpkgs-d2b062760dc390ee02a2a311e762fef0a88d6885.tar.gz
nixpkgs-d2b062760dc390ee02a2a311e762fef0a88d6885.tar.bz2
nixpkgs-d2b062760dc390ee02a2a311e762fef0a88d6885.tar.lz
nixpkgs-d2b062760dc390ee02a2a311e762fef0a88d6885.tar.xz
nixpkgs-d2b062760dc390ee02a2a311e762fef0a88d6885.tar.zst
nixpkgs-d2b062760dc390ee02a2a311e762fef0a88d6885.zip
polygraph: add license
Diffstat (limited to 'pkgs/tools/networking/polygraph')
-rw-r--r--pkgs/tools/networking/polygraph/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/networking/polygraph/default.nix b/pkgs/tools/networking/polygraph/default.nix
index c05e44fb1c0..0b679bc60b5 100644
--- a/pkgs/tools/networking/polygraph/default.nix
+++ b/pkgs/tools/networking/polygraph/default.nix
@@ -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 ];
   };
 }