ssldump: change to bsd4 licenses

This commit is contained in:
jopejoe1
2025-09-28 18:47:22 +02:00
parent 843d8374f6
commit 280114e2d9
+4 -1
View File
@@ -34,7 +34,10 @@ stdenv.mkDerivation {
meta = with lib; {
description = "SSLv3/TLS network protocol analyzer";
homepage = "https://ssldump.sourceforge.net";
license = "BSD-style";
license = with lib.licenses; [
bsdOriginal
bsdOriginalShortened
];
maintainers = with maintainers; [ aycanirican ];
platforms = platforms.unix;
mainProgram = "ssldump";