Loading pkgs/by-name/cy/cyme/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -29,9 +29,9 @@ rustPlatform.buildRustPackage rec { meta = with lib; { homepage = "https://github.com/tuna-f1sh/cyme"; description = "A modern cross-platform lsusb"; license = licenses.gpl3Only; license = licenses.gpl3Plus; maintainers = with maintainers; [ h7x4 ]; platforms = platforms.unix; platforms = platforms.linux ++ platforms.darwin ++ platforms.windows; mainProgram = "cyme"; }; } Loading
pkgs/by-name/cy/cyme/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -29,9 +29,9 @@ rustPlatform.buildRustPackage rec { meta = with lib; { homepage = "https://github.com/tuna-f1sh/cyme"; description = "A modern cross-platform lsusb"; license = licenses.gpl3Only; license = licenses.gpl3Plus; maintainers = with maintainers; [ h7x4 ]; platforms = platforms.unix; platforms = platforms.linux ++ platforms.darwin ++ platforms.windows; mainProgram = "cyme"; }; }