about 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 8575d971898ac..415b647befa09 100644
--- a/pkgs/tools/system/dfc/default.nix
+++ b/pkgs/tools/system/dfc/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [ cmake gettext ];
 
   meta = {
-    homepage = https://projects.gw-computing.net/projects/dfc;
+    homepage = "https://projects.gw-computing.net/projects/dfc";
     description = "Displays file system space usage using graphs and colors";
     license = stdenv.lib.licenses.bsd3;
     maintainers = with stdenv.lib.maintainers; [qknight];