From 73b71abc9f90fb9524a9fd35833e6547a58ff4ec Mon Sep 17 00:00:00 2001 From: Sam Connelly Date: Sun, 6 Oct 2024 19:08:15 -0400 Subject: [PATCH] cargo-web: Adopt --- pkgs/development/tools/rust/cargo-web/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/rust/cargo-web/default.nix b/pkgs/development/tools/rust/cargo-web/default.nix index b5da3fdb7f0d..ace033d6a114 100644 --- a/pkgs/development/tools/rust/cargo-web/default.nix +++ b/pkgs/development/tools/rust/cargo-web/default.nix @@ -50,6 +50,6 @@ rustPlatform.buildRustPackage rec { asl20 # or mit ]; - maintainers = with maintainers; [ kevincox ]; + maintainers = with maintainers; [ clevor ]; }; }