summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorCharles Strahan <charles.c.strahan@gmail.com>2016-02-03 13:10:34 -0500
committerCharles Strahan <charles.c.strahan@gmail.com>2016-02-03 13:10:34 -0500
commit2f105acba25e5cd038752fa812b02b5bbc995821 (patch)
tree78e414fcda0bb8717c886aea8fed25471a274be2 /pkgs/tools/security
parente38979485702fe21af60dc2b93ba8b39ace78b0e (diff)
downloadnixlib-2f105acba25e5cd038752fa812b02b5bbc995821.tar
nixlib-2f105acba25e5cd038752fa812b02b5bbc995821.tar.gz
nixlib-2f105acba25e5cd038752fa812b02b5bbc995821.tar.bz2
nixlib-2f105acba25e5cd038752fa812b02b5bbc995821.tar.lz
nixlib-2f105acba25e5cd038752fa812b02b5bbc995821.tar.xz
nixlib-2f105acba25e5cd038752fa812b02b5bbc995821.tar.zst
nixlib-2f105acba25e5cd038752fa812b02b5bbc995821.zip
cipherscan: fix license
Fixes broken evaluation due to 4c57b932a.
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/cipherscan/default.nix2
1 files changed, 1 insertions, 1 deletions
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 ];
   };