diff options
| author | Kevin Cox <kevincox@kevincox.ca> | 2024-10-06 20:07:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-06 20:07:44 -0400 |
| commit | c1bdc0da2357412ec8531271263fe3d86a723384 (patch) | |
| tree | d3b09759c43e50cf46a55d1b2d5b1622346895f8 | |
| parent | sioyek: 2.0.0 -> 2.0.0-unstable-2024-09-29 (#283813) (diff) | |
| parent | cargo-web: Adopt (diff) | |
| download | nixpkgs-c1bdc0da2357412ec8531271263fe3d86a723384.tar.gz | |
cargo-web: Adopt (#346961)
| -rw-r--r-- | pkgs/development/tools/rust/cargo-web/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 ]; }; } |
