3
0
Fork 0
forked from mirrors/nixpkgs

cipherscan: fix license

Fixes broken evaluation due to 4c57b932a.
This commit is contained in:
Charles Strahan 2016-02-03 13:10:34 -05:00
parent e389794857
commit 2f105acba2

View file

@ -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 ];
};