petsc: add qbisi as maintainer

This commit is contained in:
qbisi
2025-03-15 10:19:11 +05:30
committed by Masum Reza
parent c8110339ad
commit ec1bc3d99a
+4 -1
View File
@@ -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
];
};
}