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:
@@ -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";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user