Merge pull request #304377 from toast003/toast-maintainer
handheld-daemon: add toast to maintainers
This commit is contained in:
commit
f9823ef8c9
2 changed files with 6 additions and 1 deletions
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue