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 1876bac496da..7b2ca93cc0d4 100644
--- a/pkgs/tools/system/dfc/default.nix
+++ b/pkgs/tools/system/dfc/default.nix
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
   buildInputs = [ cmake gettext ];
 
   meta = {
-    homepage = "http://projects.gw-computing.net/projects/dfc";
+    homepage = http://projects.gw-computing.net/projects/dfc;
     description = "Displays file system space usage using graphs and colors";
     license="free";
     maintainers = with stdenv.lib.maintainers; [qknight];