maintainers: drop gaelreyrol

This commit is contained in:
Hythera
2025-12-31 17:47:05 +01:00
parent 41d9a1f709
commit ada3a4aa11
29 changed files with 28 additions and 53 deletions

View File

@@ -9234,14 +9234,6 @@
github = "gaelj";
githubId = 8884632;
};
gaelreyrol = {
email = "me@gaelreyrol.dev";
matrix = "@Zevran:matrix.org";
name = "Gaël Reyrol";
github = "gaelreyrol";
githubId = 498465;
keys = [ { fingerprint = "3492 D8FA ACFF 4C5F A56E 50B7 DFB9 B69A 2C42 7F61"; } ];
};
GaetanLepage = {
email = "gaetan@glepage.com";
github = "GaetanLepage";

View File

@@ -176,5 +176,5 @@ in
};
meta.maintainers = with lib.maintainers; [ gaelreyrol ];
meta.maintainers = [ ];
}

View File

@@ -7,7 +7,6 @@
let
inherit (pkgs.lib)
concatStringsSep
maintainers
mapAttrs
mkMerge
removeSuffix
@@ -114,8 +113,8 @@ mapAttrs (
${nodeName}.shutdown()
'';
meta = with maintainers; {
maintainers = [ gaelreyrol ];
meta = {
maintainers = [ ];
};
}
))

View File

@@ -32,10 +32,7 @@ rustPlatform.buildRustPackage rec {
meta = {
description = "CLI to generate and inspect biscuit tokens";
homepage = "https://www.biscuitsec.org/";
maintainers = with lib.maintainers; [
shlevy
gaelreyrol
];
maintainers = with lib.maintainers; [ shlevy ];
license = lib.licenses.bsd3;
mainProgram = "biscuit";
};

View File

@@ -131,9 +131,7 @@ buildGoModule rec {
homepage = "https://github.com/dunglas/frankenphp";
license = lib.licenses.mit;
mainProgram = "frankenphp";
maintainers = with lib.maintainers; [
gaelreyrol
];
maintainers = [ ];
platforms = lib.platforms.linux ++ lib.platforms.darwin;
};
}

View File

@@ -47,7 +47,7 @@ buildGoModule rec {
homepage = "https://github.com/majd/ipatool";
changelog = "https://github.com/majd/ipatool/blob/${src.rev}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ gaelreyrol ];
maintainers = [ ];
mainProgram = "ipatool";
};
}

View File

@@ -42,7 +42,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/Keats/kickstart";
changelog = "https://github.com/Keats/kickstart/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ gaelreyrol ];
maintainers = [ ];
mainProgram = "kickstart";
};
})

View File

@@ -37,7 +37,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
description = "Toolchain for PHP that aims to provide a set of tools to help developers write better code";
homepage = "https://github.com/carthage-software/mago";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ gaelreyrol ];
maintainers = [ ];
mainProgram = "mago";
};
})

View File

@@ -47,7 +47,7 @@ buildGoModule rec {
homepage = "https://github.com/dunglas/mercure";
changelog = "https://github.com/dunglas/mercure/releases/tag/v${version}";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [ gaelreyrol ];
maintainers = [ ];
platforms = lib.platforms.unix;
mainProgram = "mercure";
};

View File

@@ -50,7 +50,7 @@ buildGoModule rec {
downloadPage = "https://github.com/tdewolff/minify";
changelog = "https://github.com/tdewolff/minify/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ gaelreyrol ];
maintainers = [ ];
mainProgram = "minify";
};
}

View File

@@ -87,7 +87,7 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/scottlamb/moonfire-nvr";
changelog = "https://github.com/scottlamb/moonfire-nvr/releases/tag/v${version}";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ gaelreyrol ];
maintainers = [ ];
mainProgram = "moonfire-nvr";
};
}

View File

@@ -54,7 +54,7 @@ appimageTools.wrapType2 {
changelog = "https://github.com/emqx/MQTTX/releases/tag/v${version}";
license = lib.licenses.asl20;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ gaelreyrol ];
maintainers = [ ];
mainProgram = "mqttx";
};
}

View File

@@ -49,7 +49,6 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/CtrlSpice/otel-desktop-viewer";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
gaelreyrol
jkachmar
lf-
];

View File

@@ -80,7 +80,7 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://github.com/owntracks/recorder/blob/master/Changelog";
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ gaelreyrol ];
maintainers = [ ];
mainProgram = "ot-recorder";
};
})

View File

@@ -72,7 +72,7 @@ buildGoModule rec {
homepage = "https://github.com/streamnative/pulsarctl";
license = with lib.licenses; [ asl20 ];
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ gaelreyrol ];
maintainers = [ ];
mainProgram = "pulsarctl";
};
}

View File

@@ -48,8 +48,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/rustdesk/rustdesk-server/releases/tag/${version}";
license = lib.licenses.agpl3Only;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [
gaelreyrol
];
maintainers = [ ];
};
}

View File

@@ -70,7 +70,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/hubblo-org/scaphandre";
license = lib.licenses.asl20;
platforms = [ "x86_64-linux" ];
maintainers = with lib.maintainers; [ gaelreyrol ];
maintainers = [ ];
mainProgram = "scaphandre";
# Upstream needs to decide what to do about a broken dependency
# https://github.com/hubblo-org/scaphandre/issues/403

View File

@@ -40,9 +40,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://www.sozu.io";
changelog = "https://github.com/sozu-proxy/sozu/releases/tag/${version}";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [
gaelreyrol
];
maintainers = [ ];
mainProgram = "sozu";
# error[E0432]: unresolved import `std::arch::x86_64`
broken = !stdenv.hostPlatform.isx86_64;

View File

@@ -25,10 +25,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/e-dant/watcher";
changelog = "https://github.com/e-dant/watcher/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
gaelreyrol
matthiasbeyer
];
maintainers = with lib.maintainers; [ matthiasbeyer ];
mainProgram = "tw";
platforms = lib.platforms.all;
};

View File

@@ -90,9 +90,6 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://github.com/apache/pulsar-client-cpp/releases/tag/v${finalAttrs.version}";
platforms = lib.platforms.all;
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
corbanr
gaelreyrol
];
maintainers = with lib.maintainers; [ corbanr ];
};
})

View File

@@ -42,7 +42,7 @@ php.buildComposerProject2 (finalAttrs: {
description = "DX oriented task runner and command launcher built with PHP";
homepage = "https://github.com/jolicode/castor";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ gaelreyrol ];
maintainers = [ ];
mainProgram = "castor";
};
})

View File

@@ -28,6 +28,6 @@ buildPecl {
description = "Memory profiler for PHP. Helps finding memory leaks in PHP scripts";
homepage = "https://github.com/arnaud-lb/php-memory-profiler";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ gaelreyrol ];
maintainers = [ ];
};
}

View File

@@ -29,6 +29,6 @@ buildPecl rec {
description = "OpenTelemetry PHP auto-instrumentation extension";
homepage = "https://opentelemetry.io/";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ gaelreyrol ];
maintainers = [ ];
};
}

View File

@@ -67,7 +67,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/adsr/phpspy";
license = lib.licenses.mit;
mainProgram = "phpspy";
maintainers = with lib.maintainers; [ gaelreyrol ];
maintainers = [ ];
platforms = [ "x86_64-linux" ];
};
})

View File

@@ -29,7 +29,7 @@ buildPecl {
description = "Vulcan Logic Dumper hooks into the Zend Engine and dumps all the opcodes (execution units) of a script";
homepage = "https://github.com/derickr/vld";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ gaelreyrol ];
maintainers = [ ];
broken = lib.versionOlder php.version "8.2";
};
}

View File

@@ -89,6 +89,6 @@ buildPythonPackage rec {
homepage = "https://pulsar.apache.org/docs/next/client-libraries-python/";
changelog = "https://github.com/apache/pulsar-client-python/releases/tag/${src.tag}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ gaelreyrol ];
maintainers = [ ];
};
}

View File

@@ -57,7 +57,7 @@ buildGoModule rec {
homepage = "https://github.com/hipages/php-fpm_exporter";
description = "Prometheus exporter for PHP-FPM";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ gaelreyrol ];
maintainers = [ ];
mainProgram = "php-fpm_exporter";
};
}

View File

@@ -20,7 +20,7 @@ postgresqlBuildExtension (finalAttrs: {
description = "Tiny Postgres extension to create version 7 UUIDs";
homepage = "https://github.com/fboulnois/pg_uuidv7";
changelog = "https://github.com/fboulnois/pg_uuidv7/blob/main/CHANGELOG.md";
maintainers = with lib.maintainers; [ gaelreyrol ];
maintainers = [ ];
platforms = postgresql.meta.platforms;
license = lib.licenses.mpl20;
};

View File

@@ -53,7 +53,7 @@ stdenv.mkDerivation {
homepage = "https://github.com/vbpf/ebpf-verifier";
license = lib.licenses.mit;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ gaelreyrol ];
maintainers = [ ];
mainProgram = "ebpf-verifier";
};
}