From f7541d1e70d45bf7adce1d13f15245e4b8866a3e Mon Sep 17 00:00:00 2001 From: repomgr-daemon Date: Fri, 17 Apr 2020 01:34:04 +0200 Subject: [PATCH] add divoc --- c3stream.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/c3stream.cs b/c3stream.cs index 43b03ae..90dc9a6 100644 --- a/c3stream.cs +++ b/c3stream.cs @@ -18,7 +18,8 @@ namespace c3stream { public static string DbPath = Path.Combine(DataPath, DbFile); public static List Conferences = new List { - new ConferenceObject("36c3", true), + new ConferenceObject("divoc", true), + new ConferenceObject("36c3"), new ConferenceObject("camp2019"), new ConferenceObject("35c3"), new ConferenceObject("34c3"),