Commit 8af7d4fc authored by Toast's avatar Toast
Browse files

handheld-daemon: add toast to maintainers

parent bfa3d5d3
Loading
Loading
Loading
Loading
+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";
  };
}