1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

maintainers: remove Benjamin-L

nope, absolutely not: <https://discourse.nixos.org/t/nca-member-jonringer-joint-announcement/48231>
This commit is contained in:
Benjamin Lee 2024-07-04 16:46:23 -07:00
parent f5c3f086bf
commit c8216ee1e9
No known key found for this signature in database
GPG key ID: FB9624E2885D55A4
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; [ ];
};
}