summary refs log tree commit diff
diff options
context:
space:
mode:
-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 ];
   };