summary refs log tree commit diff
path: root/pkgs/development/tools/xcpretty/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/xcpretty/default.nix')
-rw-r--r--pkgs/development/tools/xcpretty/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/xcpretty/default.nix b/pkgs/development/tools/xcpretty/default.nix
index 84a6798afe3..9c24b981005 100644
--- a/pkgs/development/tools/xcpretty/default.nix
+++ b/pkgs/development/tools/xcpretty/default.nix
@@ -12,7 +12,7 @@ bundlerApp {
 
   meta = with lib; {
     description     = "Flexible and fast xcodebuild formatter";
-    homepage        = https://github.com/supermarin/xcpretty;
+    homepage        = "https://github.com/supermarin/xcpretty";
     license         = licenses.mit;
     maintainers     = with maintainers; [
       nicknovitski