about summary refs log tree commit diff
path: root/pkgs/tools/system/krakenx/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/krakenx/default.nix')
-rw-r--r--pkgs/tools/system/krakenx/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/krakenx/default.nix b/pkgs/tools/system/krakenx/default.nix
index a5a2f7e2ef0d1..3c9c6435ffbe4 100644
--- a/pkgs/tools/system/krakenx/default.nix
+++ b/pkgs/tools/system/krakenx/default.nix
@@ -16,7 +16,7 @@ python3Packages.buildPythonApplication rec {
   meta = with lib; {
     description = "Python script to control NZXT cooler Kraken X52/X62/X72";
     homepage = "https://github.com/KsenijaS/krakenx";
-    license = licenses.gpl2;
+    license = licenses.gpl2Only;
     maintainers = [ maintainers.willibutz ];
     platforms = platforms.linux;
   };