From df849873a97e8d94dbf1599861522ab981a32381 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Mon, 22 Nov 2021 20:57:58 +0100 Subject: [PATCH] voc.pretalx: fix url for pretalx_broadcast_tools, update 0.2.0 --- nodes/voc/pretalx.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nodes/voc/pretalx.py b/nodes/voc/pretalx.py index 5473d74..4c742b2 100644 --- a/nodes/voc/pretalx.py +++ b/nodes/voc/pretalx.py @@ -54,9 +54,9 @@ nodes['voc.pretalx'] = { 'downstream': { 'repo': 'https://github.com/pretalx/pretalx-downstream.git', }, - 'lower_thirds': { - 'repo': 'https://github.com/Kunsi/pretalx-plugin-lower-thirds.git', - 'rev': '0.1.2', + 'broadcast_tools': { + 'repo': 'https://github.com/Kunsi/pretalx-plugin-broadcast-tools.git', + 'rev': '0.2.0', }, 'media.ccc.de': { 'repo': 'https://github.com/pretalx/pretalx-media-ccc-de.git',