handheld-daemon: add toast to maintainers

This commit is contained in:
Toast 2024-04-15 23:27:45 +02:00
parent bfa3d5d347
commit 8af7d4fcb8
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ python3.pkgs.buildPythonApplication rec {
description = "Linux support for handheld gaming devices like the Legion Go, ROG Ally, and GPD Win";
platforms = platforms.linux;
license = licenses.mit;
maintainers = with maintainers; [ appsforartists ];
maintainers = with maintainers; [ appsforartists toast ];
mainProgram = "hhd";
};
}