From 78b2f21e2d62d88459dec755c2ea26729c64ffaa Mon Sep 17 00:00:00 2001 From: Marcell Mars Date: Mon, 14 Dec 2020 04:02:44 +0100 Subject: [PATCH] authors in theme.toml --- theme.toml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/theme.toml b/theme.toml index dea8fba..ccf30ea 100644 --- a/theme.toml +++ b/theme.toml @@ -8,8 +8,10 @@ description = "Sandpoints Theme" homepage = "https://git.sandpoints.org/Drawwell/Sandpoints" tags = ["syllabus"] features = [] -min_version = "0.41" +min_version = "0.79.0" -[author] - name = "marcell mars" - homepage = "https://ki.ber.kom.uni.st" +authors = [ + {name = "Marcell Mars", homepage = "https://git.sandpoints.org"}, + {name = "Sean Dockray", homepage = "https://git.sandpoints.org"}, + {name = "Vincent W.J. van Gerven Oei", homepage = "http://www.vangervenoei.com"} +]