maintainers: remove berce (#530404)

This commit is contained in:
Yohann Boniface
2026-06-14 22:59:36 +00:00
committed by GitHub
5 changed files with 3 additions and 13 deletions
-6
View File
@@ -3444,12 +3444,6 @@
githubId = 20448408;
keys = [ { fingerprint = "D446 E58D 87A0 31C7 EC15 88D7 B461 2924 45C6 E696"; } ];
};
berce = {
email = "bert.moens@gmail.com";
github = "berce";
githubId = 10439709;
name = "Bert Moens";
};
bergey = {
email = "bergey@teallabs.org";
github = "bergey";
+1 -1
View File
@@ -49,7 +49,7 @@ stdenv.mkDerivation {
'';
homepage = "https://www.acs.com.hk";
license = lib.licenses.lgpl2Plus;
maintainers = with lib.maintainers; [ berce ];
maintainers = [ ];
platforms = with lib.platforms; unix;
};
}
-1
View File
@@ -128,7 +128,6 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
Needs `services.gnome.at-spi2-core.enable = true;` in `configuration.nix`.
'';
maintainers = with lib.maintainers; [ berce ];
teams = [ lib.teams.gnome ];
license = lib.licenses.lgpl21;
platforms = lib.platforms.linux;
+1 -1
View File
@@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Free and open source speech synthesizer for Russian language and others";
homepage = "https://github.com/Olga-Yakovleva/RHVoice/wiki";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ berce ];
maintainers = [ ];
platforms = with lib.platforms; all;
mainProgram = "RHVoice-test";
};
+1 -4
View File
@@ -157,10 +157,7 @@ stdenv.mkDerivation (finalAttrs: {
"Common interface to speech synthesis" + lib.optionalString libsOnly " - client libraries only";
homepage = "https://devel.freebsoft.org/speechd";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [
berce
jtojnar
];
maintainers = with lib.maintainers; [ jtojnar ];
# TODO: remove checks for `withPico` once PR #375450 is merged
platforms = if withAlsa || withPico then lib.platforms.linux else lib.platforms.unix;
mainProgram = "speech-dispatcher";