From 3bfa7c5710fd06ba32bf844ca2d414a87308ebea Mon Sep 17 00:00:00 2001 From: Brenton Simpson Date: Mon, 29 Jan 2024 17:11:48 -0800 Subject: [PATCH] handheld-daemon: touchup package description --- pkgs/by-name/ha/handheld-daemon/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ha/handheld-daemon/package.nix b/pkgs/by-name/ha/handheld-daemon/package.nix index e037c4da7086..7df459cc9add 100644 --- a/pkgs/by-name/ha/handheld-daemon/package.nix +++ b/pkgs/by-name/ha/handheld-daemon/package.nix @@ -45,7 +45,7 @@ python3.pkgs.buildPythonApplication rec { meta = with lib; { homepage = "https://github.com/hhd-dev/hhd/"; - description = "Linux support for gaming handhelds"; + 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 ];