mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
Merge pull request #284 from amatsuda/https_homepage
GitHub does no longer provide http:// pages
This commit is contained in:
commit
bf483d6e68
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|||
spec.summary = %q{Module for the 'fog' gem to support Amazon Web Services.}
|
||||
spec.description = %q{This library can be used as a module for `fog` or as standalone provider
|
||||
to use the Amazon Web Services in applications..}
|
||||
spec.homepage = "http://github.com/fog/fog-aws"
|
||||
spec.homepage = "https://github.com/fog/fog-aws"
|
||||
spec.license = "MIT"
|
||||
|
||||
spec.files = `git ls-files -z`.split("\x0")
|
||||
|
|
Loading…
Reference in a new issue