cipherscan: fix license
Fixes broken evaluation due to 4c57b932a.
This commit is contained in:
parent
e389794857
commit
2f105acba2
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Very simple way to find out which SSL ciphersuites are supported by a target";
|
description = "Very simple way to find out which SSL ciphersuites are supported by a target";
|
||||||
homepage = "https://github.com/jvehent/cipherscan";
|
homepage = "https://github.com/jvehent/cipherscan";
|
||||||
license = licenses.mpl;
|
license = licenses.mpl20;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ cstrahan ];
|
maintainers = with maintainers; [ cstrahan ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user