From 4bcb254d13e81cac7284d2e46756a54d15e904bb Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Tue, 3 Nov 2020 11:26:58 +0100 Subject: [PATCH 1/2] Added Accessibility category Added Accessibility category to cover crates that implement features for the convenience of disabled people --- src/boot/categories.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/boot/categories.toml b/src/boot/categories.toml index eacf9ecb9af..f72ab29595b 100644 --- a/src/boot/categories.toml +++ b/src/boot/categories.toml @@ -26,6 +26,12 @@ # `@`, `:`, or `.`. They should be all lowercase. # +[accessibility] +name = "Accessibility" +description = """ +Crates that implement features for the convenience of disabled people. \ +""" + [algorithms] name = "Algorithms" description = """ From 1d7d1f7e1c83486e040ad8d86661df24c29fe8ad Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Wed, 25 Nov 2020 03:19:47 +0100 Subject: [PATCH 2/2] Update src/boot/categories.toml Co-authored-by: Justin Geibel --- src/boot/categories.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot/categories.toml b/src/boot/categories.toml index f72ab29595b..6ec07026b93 100644 --- a/src/boot/categories.toml +++ b/src/boot/categories.toml @@ -29,7 +29,7 @@ [accessibility] name = "Accessibility" description = """ -Crates that implement features for the convenience of disabled people. \ +Tools for making your creations usable by as many people as possible. \ """ [algorithms]