summary refs log tree commit diff
path: root/pkgs/tools/misc/gsmartcontrol
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/gsmartcontrol')
-rw-r--r--pkgs/tools/misc/gsmartcontrol/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/gsmartcontrol/default.nix b/pkgs/tools/misc/gsmartcontrol/default.nix
index a937e96eed5..5f21559d471 100644
--- a/pkgs/tools/misc/gsmartcontrol/default.nix
+++ b/pkgs/tools/misc/gsmartcontrol/default.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
       as well as run various tests on it.
     '';
     homepage = http://gsmartcontrol.sourceforge.net/;
-    license = "GPLv2+";
+    license = stdenv.lib.licenses.gpl2Plus;
     maintainers = with stdenv.lib.maintainers; [qknight];
     platforms = with stdenv.lib.platforms; linux;
   };