summary refs log tree commit diff
path: root/pkgs/tools/system/dfc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/dfc/default.nix')
-rw-r--r--pkgs/tools/system/dfc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/dfc/default.nix b/pkgs/tools/system/dfc/default.nix
index 63a6e7e1fa30..1876bac496da 100644
--- a/pkgs/tools/system/dfc/default.nix
+++ b/pkgs/tools/system/dfc/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     homepage = "http://projects.gw-computing.net/projects/dfc";
-    description = "displays file system space usage using graphs and colors";
+    description = "Displays file system space usage using graphs and colors";
     license="free";
     maintainers = with stdenv.lib.maintainers; [qknight];
     platforms = with stdenv.lib.platforms; all;