diff --git a/pkgs/by-name/ba/backrest/package.nix b/pkgs/by-name/ba/backrest/package.nix index 5812ccbe6e70..a0b2e6758e24 100644 --- a/pkgs/by-name/ba/backrest/package.nix +++ b/pkgs/by-name/ba/backrest/package.nix @@ -188,7 +188,10 @@ buildGoModule (finalAttrs: { homepage = "https://github.com/garethgeorge/backrest"; changelog = "https://github.com/garethgeorge/backrest/releases/tag/${finalAttrs.src.rev}"; license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ iedame ]; + maintainers = with lib.maintainers; [ + iedame + alexandru0-dev + ]; mainProgram = "backrest"; platforms = lib.platforms.unix; };