Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions custom-package-collections.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Loading