From 6504f54b0febe96128304366f3405ccf05d3f3a7 Mon Sep 17 00:00:00 2001 From: Rafael Ieda Date: Tue, 16 Sep 2025 20:16:34 -0300 Subject: [PATCH] pgbackrest: add maintainer iedame --- pkgs/by-name/pg/pgbackrest/package.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/pg/pgbackrest/package.nix b/pkgs/by-name/pg/pgbackrest/package.nix index 7f0d3be5d5e0..9128586315b5 100644 --- a/pkgs/by-name/pg/pgbackrest/package.nix +++ b/pkgs/by-name/pg/pgbackrest/package.nix @@ -58,6 +58,9 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://github.com/pgbackrest/pgbackrest/releases/tag/release%2F${finalAttrs.version}"; license = lib.licenses.mit; mainProgram = "pgbackrest"; - maintainers = with lib.maintainers; [ zaninime ]; + maintainers = with lib.maintainers; [ + zaninime + iedame + ]; }; })