From 108a4ac0062e43cb0537fc2b68da16fa4c11d668 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 3 Jan 2025 09:07:34 +0100 Subject: [PATCH] cargo-pgrx: Add matthiasbeyer as maintainer Signed-off-by: Matthias Beyer --- pkgs/development/tools/rust/cargo-pgrx/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/tools/rust/cargo-pgrx/default.nix b/pkgs/development/tools/rust/cargo-pgrx/default.nix index 48b36e9cb91f..5da7f839e9b2 100644 --- a/pkgs/development/tools/rust/cargo-pgrx/default.nix +++ b/pkgs/development/tools/rust/cargo-pgrx/default.nix @@ -48,7 +48,10 @@ let homepage = "https://github.com/pgcentralfoundation/pgrx"; changelog = "https://github.com/pgcentralfoundation/pgrx/releases/tag/v${version}"; license = licenses.mit; - maintainers = with maintainers; [ happysalada ]; + maintainers = with maintainers; [ + happysalada + matthiasbeyer + ]; mainProgram = "cargo-pgrx"; }; };