treewide: remove cburstedde as maintainer (#422439)

This commit is contained in:
Aleksana
2025-07-08 10:59:26 +08:00
committed by GitHub
4 changed files with 3 additions and 13 deletions
-7
View File
@@ -4279,13 +4279,6 @@
githubId = 9086315;
name = "Connor Brewster";
};
cburstedde = {
email = "burstedde@ins.uni-bonn.de";
github = "cburstedde";
githubId = 109908;
name = "Carsten Burstedde";
keys = [ { fingerprint = "1127 A432 6524 BF02 737B 544E 0704 CD9E 550A 6BCD"; } ];
};
ccellado = {
email = "annplague@gmail.com";
github = "ccellado";
+1 -4
View File
@@ -305,9 +305,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://petsc.org/release/";
license = lib.licenses.bsd2;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [
cburstedde
qbisi
];
maintainers = with lib.maintainers; [ qbisi ];
};
})
@@ -73,6 +73,6 @@ stdenv.mkDerivation {
homepage = "https://www.p4est.org/";
downloadPage = "https://github.com/cburstedde/libsc.git";
license = lib.licenses.lgpl21Plus;
maintainers = [ lib.maintainers.cburstedde ];
maintainers = [ ];
};
}
@@ -72,6 +72,6 @@ stdenv.mkDerivation {
homepage = "https://www.p4est.org/";
downloadPage = "https://github.com/cburstedde/p4est.git";
license = lib.licenses.gpl2Plus;
maintainers = [ lib.maintainers.cburstedde ];
maintainers = [ ];
};
}