Clarify the maintainer now that the repo moved

This commit is contained in:
Benoit Daloze
2020-02-06 13:18:40 +01:00
parent 480f78f4b6
commit fdfc519f55
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -133,5 +133,6 @@ This follows the [recommendations](https://github.com/actions/toolkit/blob/maste
## Credits
The current maintainer of this action is @eregon.
Most of the Windows logic is from https://github.com/MSP-Greg/actions-ruby by MSP-Greg.
Many thanks to MSP-Greg and Lars Kanis for the help with Ruby Installer.
Generated Vendored
+1 -1
View File
@@ -5149,7 +5149,7 @@ const rubyBuilderVersions = __webpack_require__(156)
const axios = __webpack_require__(53)
const builderReleaseTag = 'builds-no-warn'
const releasesURL = 'https://github.com/eregon/ruby-builder/releases'
const releasesURL = 'https://github.com/ruby/ruby-builder/releases'
function getAvailableVersions(platform, engine) {
return rubyBuilderVersions.getVersions(platform)[engine]