summary refs log tree commit diff
path: root/pkgs/tools/system/bootchart/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/bootchart/default.nix')
-rw-r--r--pkgs/tools/system/bootchart/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/bootchart/default.nix b/pkgs/tools/system/bootchart/default.nix
index bb3f9d72e82..1e2f74e1b0a 100644
--- a/pkgs/tools/system/bootchart/default.nix
+++ b/pkgs/tools/system/bootchart/default.nix
@@ -28,10 +28,10 @@ stdenv.mkDerivation rec {
     chmod +x $out/sbin/bootchartd
   '';
 
-  meta = {
+  meta = with stdenv.lib; {
     homepage = http://www.bootchart.org/;
     description = "Performance analysis and visualization of the GNU/Linux boot process";
-    license="GPLv2+";
+    license = with licenses; gpl2Plus;
   };
 
 }