Unverified Commit 513dfd22 authored by Anna Aurora's avatar Anna Aurora
Browse files

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.
parent 1a23fdf4
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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";
  };
})