diff options
author | Sophie Schiller | 2019-03-09 00:11:40 +0100 |
---|---|---|
committer | Sophie Schiller | 2019-03-09 00:11:40 +0100 |
commit | af4d66fd06732425c4224dcfe0ce8a536d918c56 (patch) | |
tree | 5b18c58c24148814212c075838f80b1dbc46e779 /configs/conferences/fossgis2019/config.php | |
parent | 9d76fb7c369bcd42999ca4b839fabfec9f54512e (diff) |
fossgis2019: set correct acronym
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/fossgis2019/config.php (renamed from configs/conferences/fossgis19/config.php) | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/configs/conferences/fossgis19/config.php b/configs/conferences/fossgis2019/config.php index a22a153..21075a0 100644 --- a/configs/conferences/fossgis19/config.php +++ b/configs/conferences/fossgis2019/config.php @@ -86,7 +86,7 @@ $CONFIG['CONFERENCE'] = array( * Link zu den Recordings * Wird diese Zeile auskommentiert, wird der Link nicht angezeigt */ - 'RELEASES' => 'https://media.ccc.de/c/fossgis19', + 'RELEASES' => 'https://media.ccc.de/c/fossgis2019', /** * Um die interne ReLive-Ansicht zu aktivieren, kann hier ein ReLive-JSON @@ -112,9 +112,9 @@ $CONFIG['OVERVIEW'] = array( */ 'GROUPS' => array( 'Live' => array( - 'audimax', 'mathe', 'physik', + 'audimax', ), ), ); @@ -146,8 +146,8 @@ $CONFIG['ROOMS'] = array( 'IRC' => false, 'TWITTER' => true, 'TWITTER_CONFIG' => array( - 'DISPLAY' => '#fossgis19 @ twitter/mastodon', - 'TEXT' => '#fossgis19', + 'DISPLAY' => '#fossgis2019 @ twitter/mastodon', + 'TEXT' => '#fossgis2019', ), ), @@ -172,8 +172,8 @@ $CONFIG['ROOMS'] = array( 'IRC' => false, 'TWITTER' => true, 'TWITTER_CONFIG' => array( - 'DISPLAY' => '#fossgis19 @ twitter/mastodon', - 'TEXT' => '#fossgis19', + 'DISPLAY' => '#fossgis2019 @ twitter/mastodon', + 'TEXT' => '#fossgis2019', ), ), @@ -198,8 +198,8 @@ $CONFIG['ROOMS'] = array( 'IRC' => false, 'TWITTER' => true, 'TWITTER_CONFIG' => array( - 'DISPLAY' => '#fossgis19 @ twitter/mastodon', - 'TEXT' => '#fossgis19', + 'DISPLAY' => '#fossgis2019 @ twitter/mastodon', + 'TEXT' => '#fossgis2019', ), ), ); |