summary refs log tree commit diff
path: root/pkgs/development/mobile/cocoapods/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/mobile/cocoapods/default.nix')
-rw-r--r--pkgs/development/mobile/cocoapods/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/mobile/cocoapods/default.nix b/pkgs/development/mobile/cocoapods/default.nix
index c235b9e9a12..f0d1a3b89d0 100644
--- a/pkgs/development/mobile/cocoapods/default.nix
+++ b/pkgs/development/mobile/cocoapods/default.nix
@@ -14,7 +14,7 @@ bundlerApp {
 
   meta = with lib; {
     description     = "CocoaPods manages dependencies for your Xcode projects.";
-    homepage        = https://github.com/CocoaPods/CocoaPods;
+    homepage        = "https://github.com/CocoaPods/CocoaPods";
     license         = licenses.mit;
     platforms       = platforms.darwin;
     maintainers     = with maintainers; [