Merge pull request #143670 from sikmir/ssldump

ssldump: enable on darwin

authored by Domen Kožar and committed by GitHub 71d0e49b 7e3ba3e8

+1 -1
+1 -1
pkgs/tools/networking/ssldump/default.nix
··· 47 homepage = "http://ssldump.sourceforge.net"; 48 license = "BSD-style"; 49 maintainers = with maintainers; [ aycanirican ]; 50 - platforms = platforms.linux; 51 }; 52 }
··· 47 homepage = "http://ssldump.sourceforge.net"; 48 license = "BSD-style"; 49 maintainers = with maintainers; [ aycanirican ]; 50 + platforms = platforms.unix; 51 }; 52 }