summary refs log tree commit diff
path: root/pkgs/tools/system/gdmap/0.7.5.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/gdmap/0.7.5.nix')
-rw-r--r--pkgs/tools/system/gdmap/0.7.5.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/tools/system/gdmap/0.7.5.nix b/pkgs/tools/system/gdmap/0.7.5.nix
index 7f686cb10e6d..ef07df5bf8d5 100644
--- a/pkgs/tools/system/gdmap/0.7.5.nix
+++ b/pkgs/tools/system/gdmap/0.7.5.nix
@@ -15,9 +15,7 @@ stdenv.mkDerivation rec {
 	builder = writeScript (name + "-builder")
 		(textClosure localDefs [doConfigure doMakeInstall doForceShare doPropagate]);
 	meta = {
-		description = "
-	Recursive rectangle map of disk usage.	
-";
+		description = "Recursive rectangle map of disk usage";
 		inherit src;
 	};
 }