Skip to content

Commit

Permalink
Change email from koeln.ccc.de to c3voc.de
Browse files Browse the repository at this point in the history
  • Loading branch information
manno committed Dec 25, 2023
1 parent cd63ec2 commit d352efa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/views/frontend/home/about.haml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
%a{href: 'https://matrix.to/#/#voc-lounge:hackint.org'} [Matrix]
%p Contact for other questions about this site:
%ul
%li
%a{href: 'mailto:media@koeln.ccc.de'} media@koeln.ccc.de
%p
%li
%a{href: 'mailto:media@c3voc.de'} media@c3voc.de

%p
Please check the issue tracker below before sending us emails.

%h2 Bug reports and feature requests
Expand Down
2 changes: 1 addition & 1 deletion lib/feeds/podcast_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def create_channel(maker)
maker.image.title = @config.channel_title
maker.channel.itunes_author = @config.channel_owner
maker.channel.itunes_owner.itunes_name = @config.channel_owner
maker.channel.itunes_owner.itunes_email = 'media@koeln.ccc.de'
maker.channel.itunes_owner.itunes_email = 'media@c3voc.de'
maker.channel.itunes_keywords = @config.channel_keywords
maker.channel.itunes_subtitle = @config.channel_subtitle
maker.channel.itunes_summary = @config.channel_summary
Expand Down

0 comments on commit d352efa

Please sign in to comment.