From 6db1c7404198905c054c83fcbb643a1329f06065 Mon Sep 17 00:00:00 2001 From: "Sven A. Schmidt" Date: Wed, 20 Nov 2024 10:51:48 +0100 Subject: [PATCH] Drop SSWG from name --- custom-package-collections.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom-package-collections.json b/custom-package-collections.json index 772cf6b5ec..0a5d9ccc01 100644 --- a/custom-package-collections.json +++ b/custom-package-collections.json @@ -1,21 +1,21 @@ [ { "key": "sswg-graduated", - "name": "SSWG Graduated", + "name": "Graduated", "description": "SSWG packages that are in 'graduated' state", "badge": "SSWG", "url": "https://raw.githubusercontent.com/finestructure/sswg-package-lists/refs/heads/main/graduated.json" }, { "key": "sswg-incubating", - "name": "SSWG Incubating", + "name": "Incubating", "description": "SSWG packages that are in 'incubating' state", "badge": "SSWG", "url": "https://raw.githubusercontent.com/finestructure/sswg-package-lists/refs/heads/main/incubating.json" }, { "key": "sswg-sandbox", - "name": "SSWG Sandbox", + "name": "Sandbox", "description": "SSWG packages that are in 'sandbox' state", "badge": "SSWG", "url": "https://raw.githubusercontent.com/finestructure/sswg-package-lists/refs/heads/main/sandbox.json"