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
commit8cbd2bed4a925e60e17481185124ddd4f44410ed (patch)
tree6be7647e9697a69806881d101fa36d863ea9ca47 /static
parent1ac642253481f2577cde3aba0f80413b48b9d203 (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