mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 21:49:34 +03:00
maintainers: remove Benjamin-L
nope, absolutely not: <https://discourse.nixos.org/t/nca-member-jonringer-joint-announcement/48231>
This commit is contained in:
parent
f5c3f086bf
commit
c8216ee1e9
6 changed files with 5 additions and 13 deletions
|
@ -2420,14 +2420,6 @@
|
||||||
githubId = 7118777;
|
githubId = 7118777;
|
||||||
keys = [ { fingerprint = "E9A3 7864 2165 28CE 507C CA82 72EA BF75 C331 CD25"; } ];
|
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 = {
|
benkuhn = {
|
||||||
email = "ben@ben-kuhn.com";
|
email = "ben@ben-kuhn.com";
|
||||||
github = "ben-kuhn";
|
github = "ben-kuhn";
|
||||||
|
|
|
@ -8,7 +8,7 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
name = "soju";
|
name = "soju";
|
||||||
meta.maintainers = with lib.maintainers; [ Benjamin-L ];
|
meta.maintainers = with lib.maintainers; [ ];
|
||||||
|
|
||||||
nodes.machine = { ... }: {
|
nodes.machine = { ... }: {
|
||||||
services.soju = {
|
services.soju = {
|
||||||
|
|
|
@ -48,7 +48,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
homepage = "https://github.com/smacke/ffsubsync";
|
homepage = "https://github.com/smacke/ffsubsync";
|
||||||
description = "Automagically synchronize subtitles with video";
|
description = "Automagically synchronize subtitles with video";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ Benjamin-L ];
|
maintainers = with maintainers; [ ];
|
||||||
mainProgram = "ffsubsync";
|
mainProgram = "ffsubsync";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -49,6 +49,6 @@ buildPythonPackage rec {
|
||||||
homepage = "https://github.com/amsehili/auditok/";
|
homepage = "https://github.com/amsehili/auditok/";
|
||||||
changelog = "https://github.com/amsehili/auditok/blob/v${version}/CHANGELOG";
|
changelog = "https://github.com/amsehili/auditok/blob/v${version}/CHANGELOG";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ Benjamin-L ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -29,6 +29,6 @@ buildPythonPackage rec {
|
||||||
description = "Python library for editing subtitle files";
|
description = "Python library for editing subtitle files";
|
||||||
mainProgram = "pysubs2";
|
mainProgram = "pysubs2";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ Benjamin-L ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,6 +19,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
homepage = "https://gitlab.freedesktop.org/anholt/deqp-runner";
|
homepage = "https://gitlab.freedesktop.org/anholt/deqp-runner";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ Benjamin-L ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue