Commit ec1bc3d9 authored by qbisi's avatar qbisi Committed by Masum Reza
Browse files

petsc: add qbisi as maintainer

parent c8110339
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -185,6 +185,9 @@ stdenv.mkDerivation rec {
    description = "Portable Extensible Toolkit for Scientific computation";
    homepage = "https://petsc.org/release/";
    license = licenses.bsd2;
    maintainers = with maintainers; [ cburstedde ];
    maintainers = with maintainers; [
      cburstedde
      qbisi
    ];
  };
}