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 2ab285b1730..8559ff5c74c 100644
--- a/pkgs/development/mobile/cocoapods/default.nix
+++ b/pkgs/development/mobile/cocoapods/default.nix
@@ -13,7 +13,7 @@ bundlerApp {
   passthru.updateScript = toString ./update;
 
   meta = with lib; {
-    description     = "CocoaPods manages dependencies for your Xcode projects";
+    description     = "Manages dependencies for your Xcode projects";
     homepage        = "https://github.com/CocoaPods/CocoaPods";
     license         = licenses.mit;
     platforms       = platforms.darwin;