summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/ncdu/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/ncdu/package.py')
-rw-r--r--var/spack/repos/builtin/packages/ncdu/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/ncdu/package.py b/var/spack/repos/builtin/packages/ncdu/package.py
index a22671250e..0842a592cc 100644
--- a/var/spack/repos/builtin/packages/ncdu/package.py
+++ b/var/spack/repos/builtin/packages/ncdu/package.py
@@ -30,7 +30,8 @@ class Ncdu(Package):
to find space hogs on a remote server where you don't have an entire
gaphical setup available, but it is a useful tool even on regular desktop
systems. Ncdu aims to be fast, simple and easy to use, and should be able
- to run in any minimal POSIX-like environment with ncurses installed."""
+ to run in any minimal POSIX-like environment with ncurses installed.
+ """
homepage = "http://dev.yorhel.nl/ncdu"
url = "http://dev.yorhel.nl/download/ncdu-1.11.tar.gz"