petsc: add qbisi as maintainer

authored by qbisi and committed by Masum Reza ec1bc3d9 c8110339

+4 -1
+4 -1
pkgs/by-name/pe/petsc/package.nix
··· 185 185 description = "Portable Extensible Toolkit for Scientific computation"; 186 186 homepage = "https://petsc.org/release/"; 187 187 license = licenses.bsd2; 188 - maintainers = with maintainers; [ cburstedde ]; 188 + maintainers = with maintainers; [ 189 + cburstedde 190 + qbisi 191 + ]; 189 192 }; 190 193 }