Merge pull request #324699 from Benjamin-L/drop-benjaminl

maintainers: remove Benjamin-L
This commit is contained in:
Aleksana 2024-07-05 13:04:39 +08:00 committed by GitHub
commit 573b302094
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 5 additions and 13 deletions

View File

@ -2420,14 +2420,6 @@
githubId = 7118777;
keys = [ { fingerprint = "E9A3 7864 2165 28CE 507C CA82 72EA BF75 C331 CD25"; } ];
};
Benjamin-L = {
name = "Benjamin Lee";
email = "benjamin@computer.surgery";
matrix = "@benjamin:computer.surgery";
github = "Benjamin-L";
githubId = 6504174;
keys = [ { fingerprint = "9D84 09A0 44FC 1EEB AE2D FA30 FB96 24E2 885D 55A4"; } ];
};
benkuhn = {
email = "ben@ben-kuhn.com";
github = "ben-kuhn";

View File

@ -8,7 +8,7 @@ let
in
{
name = "soju";
meta.maintainers = with lib.maintainers; [ Benjamin-L ];
meta.maintainers = with lib.maintainers; [ ];
nodes.machine = { ... }: {
services.soju = {

View File

@ -48,7 +48,7 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://github.com/smacke/ffsubsync";
description = "Automagically synchronize subtitles with video";
license = licenses.mit;
maintainers = with maintainers; [ Benjamin-L ];
maintainers = with maintainers; [ ];
mainProgram = "ffsubsync";
};
}

View File

@ -49,6 +49,6 @@ buildPythonPackage rec {
homepage = "https://github.com/amsehili/auditok/";
changelog = "https://github.com/amsehili/auditok/blob/v${version}/CHANGELOG";
license = licenses.mit;
maintainers = with maintainers; [ Benjamin-L ];
maintainers = with maintainers; [ ];
};
}

View File

@ -29,6 +29,6 @@ buildPythonPackage rec {
description = "Python library for editing subtitle files";
mainProgram = "pysubs2";
license = licenses.mit;
maintainers = with maintainers; [ Benjamin-L ];
maintainers = with maintainers; [ ];
};
}

View File

@ -19,6 +19,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://gitlab.freedesktop.org/anholt/deqp-runner";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ Benjamin-L ];
maintainers = with maintainers; [ ];
};
}