From eec10b54a3decacbbf8d5fce259bd6f2606595a9 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 29 Sep 2022 14:59:18 +0200 Subject: [PATCH] cargo-semver-checks: Add myself as maintainer Signed-off-by: Matthias Beyer --- pkgs/development/tools/rust/cargo-semver-checks/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/rust/cargo-semver-checks/default.nix b/pkgs/development/tools/rust/cargo-semver-checks/default.nix index 5e666c286563..19c487368e78 100644 --- a/pkgs/development/tools/rust/cargo-semver-checks/default.nix +++ b/pkgs/development/tools/rust/cargo-semver-checks/default.nix @@ -37,6 +37,6 @@ rustPlatform.buildRustPackage rec { description = "A tool to scan your Rust crate for semver violations"; homepage = "https://github.com/obi1kenobi/cargo-semver-check"; license = licenses.asl20; - maintainers = with maintainers; [ figsoda ]; + maintainers = with maintainers; [ figsoda matthiasbeyer ]; }; }