Unverified Commit 26e52dbc authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

peazip: add ProxyVT as maintainer (#508959)

parents 725ea746 513dfd22
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";
  };
})