diff options
author | Hiroshi SHIBATA <[email protected]> | 2019-08-19 17:52:13 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2019-08-19 17:52:20 +0900 |
commit | 355acbafde40c04b8586e1d9185b4965552e00fd (patch) | |
tree | 4006406e0d6d8ab405b220909214fa9e8ca3e32a /lib/yaml.rb | |
parent | 6dd9736c3a73ecd9b0dcf47348a81fb934eb88b3 (diff) |
Update the canonical repository url
Diffstat (limited to 'lib/yaml.rb')
-rw-r--r-- | lib/yaml.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/yaml.rb b/lib/yaml.rb index e47e0a7f9b..cec7808f05 100644 --- a/lib/yaml.rb +++ b/lib/yaml.rb @@ -54,8 +54,8 @@ YAML = Psych # :nodoc: # For more advanced details on the implementation see Psych, and also check out # http://yaml.org for spec details and other helpful information. # -# Psych is maintained by Aaron Patterson on github: https://github.com/tenderlove/psych +# Psych is maintained by Aaron Patterson on github: https://github.com/ruby/psych # -# Syck can also be found on github: https://github.com/tenderlove/syck +# Syck can also be found on github: https://github.com/ruby/syck module YAML end |