CocoaPods / cocoapods-downloader

A small library that provides downloaders for various source types (HTTP/SVN/Git/Mercurial)
MIT License
84 stars 72 forks source link

`homepage` error in gemspec #77

Closed Whirlwind closed 6 years ago

Whirlwind commented 6 years ago

In the cocoapods-downloader.gemspec:

  s.homepage = "https://github.com/CocoaPods/Downloader"

It seams that it is a error url. It should be

  s.homepage = "https://github.com/CocoaPods/cocoapods-downloader"