Merge pull request #316704 from babariviere/chore/remove-babariviere

remove 'babariviere' as a maintainer
This commit is contained in:
éclairevoyant 2024-06-02 18:26:48 +00:00 committed by GitHub
commit 2d57e1ce28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 8 additions and 20 deletions

View File

@ -2195,15 +2195,6 @@
fingerprint = "6309 E212 29D4 DA30 AF24 BDED 754B 5C09 63C4 2C50";
}];
};
babariviere = {
email = "me@babariviere.com";
github = "babariviere";
githubId = 12128029;
name = "Bastien Rivière";
keys = [{
fingerprint = "74AA 9AB4 E6FF 872B 3C5A CB3E 3903 5CC0 B75D 1142";
}];
};
babbaj = {
name = "babbaj";
email = "babbaj45@gmail.com";

View File

@ -428,7 +428,6 @@ with lib.maintainers; {
bandresen
hlolli
glittershark
babariviere
ericdallo
thiagokokada
];

View File

@ -56,7 +56,6 @@ let
license = licenses.bsl11;
maintainers = with maintainers; [
Chili-Man
babariviere
kalbasit
timstott
zimbatm

View File

@ -35,6 +35,6 @@ buildGoModule rec {
mainProgram = "docker-compose";
homepage = "https://github.com/docker/compose";
license = licenses.asl20;
maintainers = with maintainers; [ babariviere ];
maintainers = with maintainers; [ ];
};
}

View File

@ -137,7 +137,6 @@ buildNpmPackage rec {
platforms = platforms.all;
maintainers = with maintainers; [
ttuegel
babariviere
rileyinman
AluisioASG
lunik1

View File

@ -142,7 +142,7 @@ let
license = licenses.bsd3;
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
maintainers = teams.flutter.members ++ (with maintainers; [
babariviere ericdallo
ericdallo
]);
};
};

View File

@ -38,6 +38,6 @@ buildPythonPackage rec {
homepage = "https://github.com/celery/django-celery-results";
changelog = "https://github.com/celery/django-celery-results/blob/v{version}/Changelog";
license = licenses.bsd3;
maintainers = with maintainers; [ babariviere ];
maintainers = with maintainers; [ ];
};
}

View File

@ -30,6 +30,6 @@ buildPythonPackage rec {
some non-UTF8 locale settings.
'';
license = licenses.mit;
maintainers = with maintainers; [ babariviere ];
maintainers = with maintainers; [ ];
};
}

View File

@ -88,6 +88,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/rizsotto/Bear";
license = licenses.gpl3Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ babariviere DieracDelta ];
maintainers = with maintainers; [ DieracDelta ];
};
}

View File

@ -76,6 +76,6 @@ buildGraalvmNativeImage rec {
homepage = "https://github.com/clojure-lsp/clojure-lsp";
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.mit;
maintainers = with maintainers; [ ericdallo babariviere ];
maintainers = with maintainers; [ ericdallo ];
};
}

View File

@ -26,7 +26,7 @@ let
changelog = "https://github.com/Kong/insomnia/releases/tag/core@${version}";
license = licenses.asl20;
platforms = [ "x86_64-linux" "x86_64-darwin" ];
maintainers = with maintainers; [ markus1189 babariviere kashw2 DataHearth ];
maintainers = with maintainers; [ markus1189 kashw2 DataHearth ];
};
in
if stdenv.isDarwin then stdenv.mkDerivation {

View File

@ -70,7 +70,7 @@ python3.pkgs.buildPythonApplication rec {
- ... and many more!
'';
license = licenses.mit;
maintainers = with maintainers; [ bhipple babariviere ekleog ];
maintainers = with maintainers; [ bhipple ekleog ];
mainProgram = "qmk";
};
}