maintainers: drop kiloreux (#486621)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user