From 2edc41e77c0a1efeb77caa2b2876040e3bce4e5c Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Sat, 27 Jan 2018 13:51:05 +0100 Subject: Add empty string as contact for distributions not yet supported As asked by Markus Koschany for #878088 implementation. --- static/distributions.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/distributions.json b/static/distributions.json index e3a793fb07..47df56c0e1 100644 --- a/static/distributions.json +++ b/static/distributions.json @@ -16,10 +16,12 @@ }, "buster": { "major-version": "10", - "support": "none" + "support": "none", + "contact": "" }, "bullseye": { "major-version": "11", - "support": "none" + "support": "none", + "contact": "" } } -- cgit v1.2.3