diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 96e2861a706d..5454c8601673 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -3368,6 +3368,14 @@ githubId = 115711; name = "bpaulin"; }; + bpeetz = { + name = "Benedikt Peetz"; + email = "benedikt.peetz@b-peetz.de"; + matrix = "@soispha:vhack.eu"; + github = "bpeetz"; + githubId = 140968250; + keys = [ { fingerprint = "8321 ED3A 8DB9 99A5 1F3B F80F F268 2914 EA42 DE26"; } ]; + }; Br1ght0ne = { email = "brightone@protonmail.com"; github = "Br1ght0ne"; @@ -22017,14 +22025,6 @@ githubId = 7116239; keys = [ { fingerprint = "E067 520F 5EF2 C175 3F60 50C0 BA46 725F 6A26 7442"; } ]; }; - soispha = { - name = "Soispha"; - email = "soispha@vhack.eu"; - matrix = "@soispha:vhack.eu"; - github = "soispha"; - githubId = 132207423; - keys = [ { fingerprint = "9606 FC74 9FCE 1636 0723 D4AD A5E9 4010 C3A6 42AD"; } ]; - }; solson = { email = "scott@solson.me"; matrix = "@solson:matrix.org"; diff --git a/nixos/tests/redlib.nix b/nixos/tests/redlib.nix index c3a948c43795..55bfd6be4720 100644 --- a/nixos/tests/redlib.nix +++ b/nixos/tests/redlib.nix @@ -3,7 +3,7 @@ import ./make-test-python.nix ( { name = "redlib"; meta.maintainers = with lib.maintainers; [ - soispha + bpeetz Guanran928 ]; diff --git a/pkgs/by-name/li/licensure/package.nix b/pkgs/by-name/li/licensure/package.nix index 413cd0d4ebf0..8438746d5b28 100644 --- a/pkgs/by-name/li/licensure/package.nix +++ b/pkgs/by-name/li/licensure/package.nix @@ -44,7 +44,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/chasinglogic/licensure"; license = licenses.gpl3Plus; mainProgram = "licensure"; - maintainers = [ maintainers.soispha ]; + maintainers = [ maintainers.bpeetz ]; platforms = platforms.linux ++ platforms.darwin; }; } diff --git a/pkgs/by-name/mi/migra/package.nix b/pkgs/by-name/mi/migra/package.nix index f911232a55d7..48fa2a1e5c07 100644 --- a/pkgs/by-name/mi/migra/package.nix +++ b/pkgs/by-name/mi/migra/package.nix @@ -54,6 +54,6 @@ python3.pkgs.buildPythonApplication rec { description = "Like diff but for PostgreSQL schemas"; homepage = "https://github.com/djrobstep/migra"; license = with licenses; [ unlicense ]; - maintainers = with maintainers; [ soispha ]; + maintainers = with maintainers; [ bpeetz ]; }; } diff --git a/pkgs/by-name/re/redlib/package.nix b/pkgs/by-name/re/redlib/package.nix index c13778255085..ccef1c4376ce 100644 --- a/pkgs/by-name/re/redlib/package.nix +++ b/pkgs/by-name/re/redlib/package.nix @@ -78,7 +78,7 @@ rustPlatform.buildRustPackage rec { license = lib.licenses.agpl3Only; mainProgram = "redlib"; maintainers = with lib.maintainers; [ - soispha + bpeetz Guanran928 ]; }; diff --git a/pkgs/development/python-modules/manim-slides/default.nix b/pkgs/development/python-modules/manim-slides/default.nix index bfcbbcbe874b..fba53e41110f 100644 --- a/pkgs/development/python-modules/manim-slides/default.nix +++ b/pkgs/development/python-modules/manim-slides/default.nix @@ -95,6 +95,6 @@ buildPythonPackage rec { homepage = "https://github.com/jeertmans/manim-slides"; license = lib.licenses.mit; mainProgram = "manim-slides"; - maintainers = with lib.maintainers; [ soispha ]; + maintainers = with lib.maintainers; [ bpeetz ]; }; } diff --git a/pkgs/development/python-modules/schemainspect/default.nix b/pkgs/development/python-modules/schemainspect/default.nix index 65077eb806d8..bca42664cc18 100644 --- a/pkgs/development/python-modules/schemainspect/default.nix +++ b/pkgs/development/python-modules/schemainspect/default.nix @@ -108,6 +108,6 @@ buildPythonPackage rec { description = "Schema inspection for PostgreSQL, and potentially others"; homepage = "https://github.com/djrobstep/schemainspect"; license = with licenses; [ unlicense ]; - maintainers = with maintainers; [ soispha ]; + maintainers = with maintainers; [ bpeetz ]; }; } diff --git a/pkgs/development/python-modules/sqlbag/default.nix b/pkgs/development/python-modules/sqlbag/default.nix index 3915bf562e0f..1915296ca390 100644 --- a/pkgs/development/python-modules/sqlbag/default.nix +++ b/pkgs/development/python-modules/sqlbag/default.nix @@ -82,7 +82,7 @@ buildPythonPackage rec { description = "Handy python code for doing database things"; homepage = "https://github.com/djrobstep/sqlbag"; license = with licenses; [ unlicense ]; - maintainers = with maintainers; [ soispha ]; + maintainers = with maintainers; [ bpeetz ]; broken = true; # Fails to build against the current flask version }; }