summary refs log tree commit diff
path: root/pkgs/tools/networking/curlie/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/curlie/default.nix')
-rw-r--r--pkgs/tools/networking/curlie/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/curlie/default.nix b/pkgs/tools/networking/curlie/default.nix
index fa1471aa620..179181fc49c 100644
--- a/pkgs/tools/networking/curlie/default.nix
+++ b/pkgs/tools/networking/curlie/default.nix
@@ -15,7 +15,7 @@ buildGoModule rec {
 
   meta = with lib; {
     description = "Curlie is a frontend to curl that adds the ease of use of httpie, without compromising on features and performance";
-    homepage = https://curlie.io/;
+    homepage = "https://curlie.io/";
     maintainers = with maintainers; [ ma27 ];
     license = licenses.mit;
   };