maintainers: remove berce (#530404)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user