From e30f7f44ef90ea76d98ec5f816324883d9535d15 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Mon, 27 Dec 2021 13:35:59 +0100 Subject: [PATCH] voc.pretalx: use release 1.1.0 of downstream plugin --- nodes/voc/pretalx.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes/voc/pretalx.py b/nodes/voc/pretalx.py index aee7ddb..1582088 100644 --- a/nodes/voc/pretalx.py +++ b/nodes/voc/pretalx.py @@ -52,8 +52,8 @@ nodes['voc.pretalx'] = { 'administrators-from-group-id': 1, 'plugins': { 'downstream': { - 'repo': 'https://github.com/Kunsi/pretalx-downstream.git', - #'repo': 'https://github.com/pretalx/pretalx-downstream.git', FIXME + 'repo': 'https://github.com/pretalx/pretalx-downstream.git', + 'rev': 'v1.1.0', }, 'broadcast_tools': { 'repo': 'https://github.com/Kunsi/pretalx-plugin-broadcast-tools.git',