From c9f2db61cee65889e4f8c4c23820efbbeaeaf14a Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 3 Jan 2025 09:07:33 +0100 Subject: [PATCH] cargo-c: Add matthiasbeyer as maintainer Signed-off-by: Matthias Beyer --- pkgs/development/tools/rust/cargo-c/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/tools/rust/cargo-c/default.nix b/pkgs/development/tools/rust/cargo-c/default.nix index e100e2a09998..0f3f244fcb9e 100644 --- a/pkgs/development/tools/rust/cargo-c/default.nix +++ b/pkgs/development/tools/rust/cargo-c/default.nix @@ -64,6 +64,9 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/lu-zero/cargo-c"; changelog = "https://github.com/lu-zero/cargo-c/releases/tag/v${version}"; license = licenses.mit; - maintainers = with maintainers; [ cpu ]; + maintainers = with maintainers; [ + cpu + matthiasbeyer + ]; }; }