about summary refs log tree commit diff
path: root/pkgs/tools/system/safe-rm/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/safe-rm/default.nix')
-rw-r--r--pkgs/tools/system/safe-rm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/safe-rm/default.nix b/pkgs/tools/system/safe-rm/default.nix
index 571f70e0756c1..a9fc44e8b40d8 100644
--- a/pkgs/tools/system/safe-rm/default.nix
+++ b/pkgs/tools/system/safe-rm/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Tool intended to prevent the accidental deletion of important files";
-    homepage = https://launchpad.net/safe-rm;
+    homepage = "https://launchpad.net/safe-rm";
     license = licenses.gpl3;
     platforms = platforms.all;
     maintainers = [ maintainers.koral ];