about summary refs log tree commit diff
path: root/pkgs/tools/system/ledmon/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/ledmon/default.nix')
-rw-r--r--pkgs/tools/system/ledmon/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/ledmon/default.nix b/pkgs/tools/system/ledmon/default.nix
index 0ca1aa441db7d..088f8cf281eb4 100644
--- a/pkgs/tools/system/ledmon/default.nix
+++ b/pkgs/tools/system/ledmon/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/intel/ledmon";
     description = "Enclosure LED Utilities";
     platforms = platforms.linux;
-    license = with licenses; [ gpl2 ];
+    license = with licenses; [ gpl2Only ];
     maintainers = with lib.maintainers; [ sorki ];
   };
 }