From d97f57cb79a225eb9825a6fc07e2c78fe112d7a8 Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Sun, 3 Nov 2019 22:12:56 -0800 Subject: [PATCH] Fix the maintenance badge --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 25f0f10..df4c43c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ include = [ [badges] travis-ci = { repository = "parasyte/pixels" } -maintenance = { status = "actively-maintained" } +maintenance = { status = "actively-developed" } [dependencies] wgpu = "0.4"