diff --git a/pkgs/by-name/al/alvr/package.nix b/pkgs/by-name/al/alvr/package.nix index 83593f568972..06cbe513917e 100644 --- a/pkgs/by-name/al/alvr/package.nix +++ b/pkgs/by-name/al/alvr/package.nix @@ -142,7 +142,10 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/alvr-org/ALVR/releases/tag/v${version}"; license = licenses.mit; mainProgram = "alvr_dashboard"; - maintainers = with maintainers; [ passivelemon ]; + maintainers = with maintainers; [ + luNeder + jopejoe1 + ]; platforms = platforms.linux; }; }