Skip to content

Commit

Permalink
Use proper address for emails
Browse files Browse the repository at this point in the history
  • Loading branch information
roidrage committed Sep 25, 2012
1 parent 3791200 commit 2a51368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/devise.rb
Expand Up @@ -4,7 +4,7 @@
require 'devise/orm/active_record'

c.http_authenticatable = true
c.mailer_sender = 'support@travis-ci.org'
c.mailer_sender = 'contact@travis-ci.org'

# c.omniauth :github, settings.github.client_id, settings.github.client_secret, :scope => settings.github.scope
# c.omniauth :twitter, settings.twitter.client_id, settings.twitter.client_secret
Expand Down

0 comments on commit 2a51368

Please sign in to comment.