lsyncd: removed support for Darwin

+1 -1
+1 -1
pkgs/applications/networking/sync/lsyncd/default.nix
··· 29 29 homepage = https://github.com/axkibe/lsyncd; 30 30 description = "A utility that synchronizes local directories with remote targets"; 31 31 license = licenses.gpl2; 32 - platforms = platforms.unix; 32 + platforms = platforms.linux; 33 33 maintainers = with maintainers; [ bobvanderlinden ]; 34 34 }; 35 35 }