Skip to content

Commit

Permalink
@joshkalderimis -> @J2H
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahhodne committed Jan 29, 2013
1 parent 4af48d0 commit 7aa29ec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/views/home/_contact.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%a{href: 'callto:joshkalderimis?call'} joshkalderimis
or just tweet at
= succeed '.' do
%a{href: 'http://twitter.com/joshkalderimis'} @joshkalderimis
%a{href: 'http://twitter.com/j25'} @j2h
%p
If you feel like chatting we are hanging out at
%a{href: 'irc://irc.freenode.net#travis'} irc.freenode.net#travis
Expand Down
2 changes: 1 addition & 1 deletion app/views/home/_faq.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
We've just recently founded a company Travis CI GmbH in Berlin, Germany. So we are able to receive
payments, send invoices and pay people in a legal manner.
:markdown
This company is currently owned by [Josh Kalderimis](http://twitter.com/joshkalderimis),
This company is currently owned by [Josh Kalderimis](http://twitter.com/j2h),
[Konstantin Haase](http://twitter.com/konstantinhaase), [Mathias Meyer](http://twitter.com/roidrage) and
[Sven Fuchs](http://twitter.com/svenfuchs) and will be used to push Travis CI further.

Expand Down
2 changes: 1 addition & 1 deletion app/views/home/sponsoring_plans.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
(<a href="http://twitter.com/travisci">@travisci</a>).
%p
We also retweet these tweets from at least one of our personal Twitter
accounts (<a href="http://twitter.com/joshkalderimis">@joshkalderimis</a>,
accounts (<a href="http://twitter.com/j2h">@j2h</a>,
<a href="http://twitter.com/konstantinhaase">@konstantinhaase</a> and
<a href="http://twitter.com/svenfuchs">@svenfuchs</a>) for Platinum
and Gold sponsors, and Silver sponsors on special occasions.
Expand Down
2 changes: 1 addition & 1 deletion script/followers.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'twitter'

followers = %w(travisci joshkalderimis konstantinhaase svenfuchs).inject([]) do |ids, handle|
followers = %w(travisci j2h konstantinhaase svenfuchs).inject([]) do |ids, handle|
cursor = '-1'
while cursor != 0 do
followers = Twitter.follower_ids(handle, :cursor => cursor)
Expand Down

0 comments on commit 7aa29ec

Please sign in to comment.