about summary refs log tree commit diff
path: root/pkgs/tools/system/chase
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/chase')
-rw-r--r--pkgs/tools/system/chase/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/chase/default.nix b/pkgs/tools/system/chase/default.nix
index 6c48d3341ecc8..c4396aad9ca6d 100644
--- a/pkgs/tools/system/chase/default.nix
+++ b/pkgs/tools/system/chase/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
     longDescription = ''
     A commandline program that chases symbolic filesystems links to the original file
     '';
-    homepage = https://qa.debian.org/developer.php?login=rotty%40debian.org;
+    homepage = "https://qa.debian.org/developer.php?login=rotty%40debian.org";
     license = licenses.gpl2Plus;
     maintainers = [ maintainers.polyrod ];
     platforms = platforms.all;