summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2016-09-12 15:59:05 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2016-09-12 15:59:05 +0900
commit5a43473201ffef8de347777ecd54e21818df17ca (patch)
tree000b68a4bf6011ed236b025ba2c3c7d5edf68aa6
parent75a64da2b673515ca0c2a003c238041d212770d3 (diff)
downloadpsych-5a43473201ffef8de347777ecd54e21818df17ca.tar.gz
update homepage
-rw-r--r--psych.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/psych.gemspec b/psych.gemspec
index 4c0cb65..e0302e4 100644
--- a/psych.gemspec
+++ b/psych.gemspec
@@ -12,7 +12,7 @@ Psych is a YAML parser and emitter. Psych leverages libyaml[http://pyyaml.org/wi
for its YAML parsing and emitting capabilities. In addition to wrapping libyaml,
Psych also knows how to serialize and de-serialize most Ruby objects to and from the YAML format.
DESCRIPTION
- s.homepage = "http://github.com/tenderlove/psych"
+ s.homepage = "https://github.com/ruby/psych"
s.licenses = ["MIT"]
s.require_paths = ["lib"]