about summary refs log tree commit diff
path: root/pkgs/by-name/ha
diff options
context:
space:
mode:
authorToast <39011842+toast003@users.noreply.github.com>2024-04-13 15:42:25 +0200
committerToast <39011842+toast003@users.noreply.github.com>2024-04-13 15:42:25 +0200
commit2a8d54c511bda43bea18d35d2c08f224f3352a18 (patch)
tree6480cae16d7b6f7527f0d4b8424994620977b438 /pkgs/by-name/ha
parentd9e4af9ae8ed30a1ab860915c5c0ff9ae0c16dc1 (diff)
handheld-daemon: update license
Diffstat (limited to 'pkgs/by-name/ha')
-rw-r--r--pkgs/by-name/ha/handheld-daemon/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/ha/handheld-daemon/package.nix b/pkgs/by-name/ha/handheld-daemon/package.nix
index b5f25f339ffb6..f0ce6e9648e3e 100644
--- a/pkgs/by-name/ha/handheld-daemon/package.nix
+++ b/pkgs/by-name/ha/handheld-daemon/package.nix
@@ -48,7 +48,7 @@ python3.pkgs.buildPythonApplication rec {
     homepage = "https://github.com/hhd-dev/hhd/";
     description = "Linux support for handheld gaming devices like the Legion Go, ROG Ally, and GPD Win";
     platforms = platforms.linux;
-    license = licenses.mit;
+    license = licenses.gpl3Only;
     maintainers = with maintainers; [ appsforartists ];
     mainProgram = "hhd";
   };