Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
Update adapters.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mikermcneil committed Jan 9, 2014
1 parent 05c6245 commit b8ca72e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plugins/adapters.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module.exports = {
// Messaging
//
'sails-mandrill': {
repo: 'https://github.com/balderdashy/sails-redis',
repo: 'https://github.com/mikermcneil/sails-mandrill',
status: 'experimental'
},

Expand All @@ -100,11 +100,11 @@ module.exports = {
//

'sails-s3': {
repo: 'https://github.com/balderdashy/sails-redis',
repo: 'https://github.com/mikermcneil/sails-s3',
status: 'experimental'
},
'sails-local-fs': {
repo: 'https://github.com/balderdashy/sails-redis',
repo: 'https://github.com/balderdashy/sails-local-fs',
status: 'experimental'
},

Expand All @@ -115,8 +115,8 @@ module.exports = {

'sails-irc': {
repo: 'https://github.com/balderdashy/sails-irc',
comments: 'See https://github.com/mikermcneil/sails-example-ircbot/blob/master/api/adapters/IRCAdapter.js',
status: 'needs_update'
comments: 'See updated version here (needs to be tested): https://github.com/mikermcneil/sails-example-ircbot/blob/master/api/adapters/IRCAdapter.js',
status: 'broken'
},


Expand Down

0 comments on commit b8ca72e

Please sign in to comment.