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.
This commit is contained in:
Anna Aurora
2026-04-11 14:51:51 +02:00
parent 1a23fdf400
commit 513dfd22b8
+4 -1
View File
@@ -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";
};
})