summary refs log tree commit diff
path: root/pkgs/os-specific/linux/ftop
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-05-28 19:20:29 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-05-28 19:20:29 +0200
commit158e1cfdd0ddb8380e266dcf16a4167455335bc3 (patch)
tree1437b0590a546a7900c83518efa96dfc4e2e310a /pkgs/os-specific/linux/ftop
parent831d597bfab70bf2952f9573b2cacc9d1c56de1c (diff)
downloadnixpkgs-158e1cfdd0ddb8380e266dcf16a4167455335bc3.tar
nixpkgs-158e1cfdd0ddb8380e266dcf16a4167455335bc3.tar.gz
nixpkgs-158e1cfdd0ddb8380e266dcf16a4167455335bc3.tar.bz2
nixpkgs-158e1cfdd0ddb8380e266dcf16a4167455335bc3.tar.lz
nixpkgs-158e1cfdd0ddb8380e266dcf16a4167455335bc3.tar.xz
nixpkgs-158e1cfdd0ddb8380e266dcf16a4167455335bc3.tar.zst
nixpkgs-158e1cfdd0ddb8380e266dcf16a4167455335bc3.zip
Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
Diffstat (limited to 'pkgs/os-specific/linux/ftop')
-rw-r--r--pkgs/os-specific/linux/ftop/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/ftop/default.nix b/pkgs/os-specific/linux/ftop/default.nix
index 4733ce95bb2..e4165b08d7d 100644
--- a/pkgs/os-specific/linux/ftop/default.nix
+++ b/pkgs/os-specific/linux/ftop/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "Show progress of open files and file systems";
     homepage = https://code.google.com/p/ftop/;
-    license = with licenses; gpl3Plus;
+    license = licenses.gpl3Plus;
     longDescription = ''
       Ftop is to files what top is to processes. The progress of all open files
       and file systems can be monitored. If run as a regular user, the set of