Merge pull request #210513 from actionshrimp/tcpflow-platforms

tcpflow: broaden platforms

authored by 7c6f434c and committed by GitHub f55df0d0 63435ecb

+1 -1
+1 -1
pkgs/tools/networking/tcpflow/default.nix
··· 41 41 inherit (src.meta) homepage; 42 42 license = licenses.gpl3; 43 43 maintainers = with maintainers; [ raskin obadz ]; 44 - platforms = platforms.linux; 44 + platforms = platforms.unix; 45 45 }; 46 46 }