Skip to content

Commit

Permalink
cipherscan: fix license
Browse files Browse the repository at this point in the history
Fixes broken evaluation due to 4c57b93.
  • Loading branch information
cstrahan committed Feb 3, 2016
1 parent e389794 commit 2f105ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/security/cipherscan/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
Expand Down

0 comments on commit 2f105ac

Please sign in to comment.