alvr: change maintainers

This commit is contained in:
jopejoe1
2025-03-13 21:39:59 +01:00
parent d74db9de37
commit 4f03df4b51
+4 -1
View File
@@ -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;
};
}