diff --git a/cmd/maintained-apps/main.go b/cmd/maintained-apps/main.go index 30ad0a7f22..0800bed0d9 100644 --- a/cmd/maintained-apps/main.go +++ b/cmd/maintained-apps/main.go @@ -119,7 +119,7 @@ func processOutput(ctx context.Context, app *maintained_apps.FMAManifestApp) err var allowedCategories = map[string]struct{}{ "Browsers": {}, "Communication": {}, - "Developer Tools": {}, + "Developer tools": {}, "Productivity": {}, "Security": {}, "Utilities": {},