gopro: expand platforms to unix

This commit is contained in:
Ben Siraphob 2021-03-22 14:22:32 +07:00
parent 062e1ffa1b
commit d3c2b7f276

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Command line interface for processing media filmed on GoPro HERO 3, 4, 5, 6, and 7 cameras";
homepage = "https://github.com/KonradIT/gopro-linux";
platforms = platforms.linux;
platforms = platforms.unix;
license = licenses.gpl3;
maintainers = with maintainers; [ jonringer ];
};