lol

cipherscan: fix license

Fixes broken evaluation due to 4c57b932a.

+1 -1
+1 -1
pkgs/tools/security/cipherscan/default.nix
··· 36 36 meta = with lib; { 37 37 description = "Very simple way to find out which SSL ciphersuites are supported by a target"; 38 38 homepage = "https://github.com/jvehent/cipherscan"; 39 - license = licenses.mpl; 39 + license = licenses.mpl20; 40 40 platforms = platforms.all; 41 41 maintainers = with maintainers; [ cstrahan ]; 42 42 };