streamlink: set macOS as a supported platform

+2 -2
+2 -2
pkgs/applications/video/streamlink/default.nix
··· 26 26 Streamlink is a fork of the livestreamer project. 27 27 ''; 28 28 license = licenses.bsd2; 29 - platforms = platforms.linux; 30 - maintainers = with maintainers; [ dezgeg zraexy ]; 29 + platforms = platforms.linux ++ platforms.darwin; 30 + maintainers = with maintainers; [ dezgeg zraexy enzime ]; 31 31 }; 32 32 }