summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2018-01-27 13:51:05 +0100
committerSalvatore Bonaccorso <carnil@debian.org>2018-01-27 13:51:05 +0100
commit2edc41e77c0a1efeb77caa2b2876040e3bce4e5c (patch)
tree845671ad5b25887312be4e52ea94b44d9305b8d1 /static
parent842ab81a0e94771f39c005759d943d073fde781c (diff)
Add empty string as contact for distributions not yet supported
As asked by Markus Koschany for #878088 implementation.
Diffstat (limited to 'static')
-rw-r--r--static/distributions.json6
1 files changed, 4 insertions, 2 deletions
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": ""
}
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy