about summary refs log tree commit diff
path: root/pkgs/tools/misc/veikk-linux-driver-gui
diff options
context:
space:
mode:
authorNicolás Kennedy <nicolas@nicbk.com>2021-06-06 07:33:12 -0700
committerNicolás Kennedy <nicolas@nicbk.com>2021-06-06 13:34:30 -0700
commit8d3e55dc707875548a5aea4ed721e4d0ea1fa568 (patch)
treea24e54e4067eeb19faa116ef33e62c55347e1b45 /pkgs/tools/misc/veikk-linux-driver-gui
parent690496c4e545e68482b5c162a03f0a4f97d35373 (diff)
veikk-linux-driver-gui: update license
Package is licensed under SDPX `GPL-2.0-only`
Diffstat (limited to 'pkgs/tools/misc/veikk-linux-driver-gui')
-rw-r--r--pkgs/tools/misc/veikk-linux-driver-gui/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/veikk-linux-driver-gui/default.nix b/pkgs/tools/misc/veikk-linux-driver-gui/default.nix
index e216823f7ab6f..a833846dd00f0 100644
--- a/pkgs/tools/misc/veikk-linux-driver-gui/default.nix
+++ b/pkgs/tools/misc/veikk-linux-driver-gui/default.nix
@@ -25,7 +25,7 @@ mkDerivation rec {
   meta = with lib; {
     description = "Configuration tool for the VEIKK Linux driver";
     homepage = "https://github.com/jlam55555/veikk-linux-driver-gui/";
-    license = licenses.unfree;
+    license = licenses.gpl2Only;
     platforms = platforms.linux;
     maintainers = with maintainers; [ nicbk ];
   };