From 45cd9858179e7fc331b17903549c7f6f088ef277 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Sun, 8 May 2022 09:21:02 +0200 Subject: distributions.json: Drop contact information for stretch Additionally following the scheme from 12e3a22b6a78 ("distributions.json: Introduce 'end-of-life' for support attribute") mark stretch with the "end-of-life" for support. Link: https://salsa.debian.org/qa/distro-tracker/-/issues/58 Signed-off-by: Salvatore Bonaccorso --- static/distributions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/distributions.json b/static/distributions.json index b0497a7fd4..3b3e70c470 100644 --- a/static/distributions.json +++ b/static/distributions.json @@ -11,8 +11,8 @@ }, "stretch": { "major-version": "9", - "support": "lts", - "contact": "debian-lts@lists.debian.org" + "support": "end-of-life", + "contact": "" }, "buster": { "major-version": "10", -- cgit v1.2.3