maintainers: drop kiloreux (#486621)

This commit is contained in:
Yohann Boniface
2026-02-10 22:57:59 +00:00
committed by GitHub
4 changed files with 1 additions and 9 deletions
-6
View File
@@ -13850,12 +13850,6 @@
githubId = 20063;
name = "Pascal Hertleif";
};
kiloreux = {
email = "kiloreux@gmail.com";
github = "kiloreux";
githubId = 6282557;
name = "Kiloreux Emperex";
};
kim0 = {
email = "email.ahmedkamal@googlemail.com";
github = "kim0";
-1
View File
@@ -125,7 +125,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://aomedia.org/av1-features/get-started/";
changelog = "https://aomedia.googlesource.com/aom/+/refs/tags/v${finalAttrs.version}/CHANGELOG";
maintainers = with lib.maintainers; [
kiloreux
dandellion
];
platforms = lib.platforms.all;
+1 -1
View File
@@ -17,6 +17,6 @@ stdenv.mkDerivation (finalAttrs: {
description = "Library of OpenCORE Framework implementation of Adaptive Multi Rate Narrowband and Wideband (AMR-NB and AMR-WB) speech codec.
Library of VisualOn implementation of Adaptive Multi Rate Wideband (AMR-WB)";
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.kiloreux ];
maintainers = [ ];
};
})
@@ -60,7 +60,6 @@ buildPerlPackage rec {
artistic2
];
maintainers = with lib.maintainers; [
kiloreux
anthonyroussel
];
mainProgram = "exiftool";