summary refs log tree commit diff
path: root/pkgs/applications/misc/filet/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/filet/default.nix')
-rw-r--r--pkgs/applications/misc/filet/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/filet/default.nix b/pkgs/applications/misc/filet/default.nix
index edee9ab33e9..ee4b05fa689 100644
--- a/pkgs/applications/misc/filet/default.nix
+++ b/pkgs/applications/misc/filet/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A fucking fucking fast file fucker (afffff)";
-    homepage = https://github.com/buffet/filet;
+    homepage = "https://github.com/buffet/filet";
     license = licenses.mpl20;
     platforms = platforms.all;
     maintainers = with maintainers; [ buffet ];