remove 'babariviere' as a maintainer

This commit is contained in:
Bastien Riviere
2024-06-02 18:49:26 +02:00
parent 0cacb7fb32
commit 40c9def80e
12 changed files with 8 additions and 20 deletions
-9
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";
-1
View File
@@ -428,7 +428,6 @@ with lib.maintainers; {
bandresen
hlolli
glittershark
babariviere
ericdallo
thiagokokada
];
@@ -56,7 +56,6 @@ let
license = licenses.bsl11;
maintainers = with maintainers; [
Chili-Man
babariviere
kalbasit
timstott
zimbatm
@@ -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; [ ];
};
}
-1
View File
@@ -137,7 +137,6 @@ buildNpmPackage rec {
platforms = platforms.all;
maintainers = with maintainers; [
ttuegel
babariviere
rileyinman
AluisioASG
lunik1
@@ -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
]);
};
};
@@ -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; [ ];
};
}
@@ -30,6 +30,6 @@ buildPythonPackage rec {
some non-UTF8 locale settings.
'';
license = licenses.mit;
maintainers = with maintainers; [ babariviere ];
maintainers = with maintainers; [ ];
};
}
@@ -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 ];
};
}
@@ -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 ];
};
}
+1 -1
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 {
+1 -1
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";
};
}