Unverified Commit f9823ef8 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #304377 from toast003/toast-maintainer

handheld-daemon: add toast to maintainers
parents afd70455 8af7d4fc
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
}