peazip: add ProxyVT as maintainer (#508959)

This commit is contained in:
Yohann Boniface
2026-04-12 21:55:39 +00:00
committed by GitHub
+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";
};
})