Skip to content

Commit ec1bc3d

Browse files
qbisiJohnRTitor
authored andcommitted
petsc: add qbisi as maintainer
1 parent c811033 commit ec1bc3d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pkgs/by-name/pe/petsc/package.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@ stdenv.mkDerivation rec {
185185
description = "Portable Extensible Toolkit for Scientific computation";
186186
homepage = "https://petsc.org/release/";
187187
license = licenses.bsd2;
188-
maintainers = with maintainers; [ cburstedde ];
188+
maintainers = with maintainers; [
189+
cburstedde
190+
qbisi
191+
];
189192
};
190193
}

0 commit comments

Comments
 (0)