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 + ]; }; })