From 2f105acba25e5cd038752fa812b02b5bbc995821 Mon Sep 17 00:00:00 2001 From: Charles Strahan Date: Wed, 3 Feb 2016 13:10:34 -0500 Subject: cipherscan: fix license Fixes broken evaluation due to 4c57b932a. --- pkgs/tools/security/cipherscan/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools/security') diff --git a/pkgs/tools/security/cipherscan/default.nix b/pkgs/tools/security/cipherscan/default.nix index e75b53b257d1..bde9756ee1a0 100644 --- a/pkgs/tools/security/cipherscan/default.nix +++ b/pkgs/tools/security/cipherscan/default.nix @@ -36,7 +36,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Very simple way to find out which SSL ciphersuites are supported by a target"; homepage = "https://github.com/jvehent/cipherscan"; - license = licenses.mpl; + license = licenses.mpl20; platforms = platforms.all; maintainers = with maintainers; [ cstrahan ]; }; -- cgit 1.4.1