summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/rust/cargo-crev/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/rust/cargo-crev/default.nix')
-rw-r--r--pkgs/development/tools/rust/cargo-crev/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/rust/cargo-crev/default.nix b/pkgs/development/tools/rust/cargo-crev/default.nix
index 61a8e94a436b..a4ac31210796 100644
--- a/pkgs/development/tools/rust/cargo-crev/default.nix
+++ b/pkgs/development/tools/rust/cargo-crev/default.nix
@@ -41,6 +41,6 @@ rustPlatform.buildRustPackage rec {
description = "A cryptographically verifiable code review system for the cargo (Rust) package manager";
homepage = "https://github.com/crev-dev/cargo-crev";
license = with licenses; [ asl20 mit mpl20 ];
- maintainers = with maintainers; [ b4dm4n ];
+ maintainers = with maintainers; [ b4dm4n matthiasbeyer ];
};
}