Merge pull request #304377 from toast003/toast-maintainer

handheld-daemon: add toast to maintainers
This commit is contained in:
Nick Cao 2024-04-16 09:32:03 -04:00 committed by GitHub
commit f9823ef8c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -20263,6 +20263,11 @@
githubId = 9853194;
name = "Philipp Bartsch";
};
toast = {
name = "Toast";
github = "toast003";
githubId = 39011842;
};
toastal = {
email = "toastal+nix@posteo.net";
matrix = "@toastal:mozilla.org";

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";
};
}