From 513dfd22b818dade5ee0ba800a198c199fe55ee4 Mon Sep 17 00:00:00 2001 From: Anna Aurora Date: Sat, 11 Apr 2026 14:48:15 +0200 Subject: [PATCH] peazip: add ProxyVT as maintainer See https://github.com/NixOS/nixpkgs/issues/435120. TL;DR: I'm not using the program anymore so I won't spot bugs fast. The source code is quite a burden for one person. --- pkgs/by-name/pe/peazip/package.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/pe/peazip/package.nix b/pkgs/by-name/pe/peazip/package.nix index b4661eceab1f..764670abb4dd 100644 --- a/pkgs/by-name/pe/peazip/package.nix +++ b/pkgs/by-name/pe/peazip/package.nix @@ -135,7 +135,10 @@ stdenv.mkDerivation (finalAttrs: { license = lib.licenses.gpl3Only; homepage = "https://peazip.github.io"; platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ annaaurora ]; + maintainers = with lib.maintainers; [ + annaaurora + ProxyVT + ]; mainProgram = "peazip"; }; })