diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index ee4ecdde8b33..0a68f64f6238 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -3766,13 +3766,6 @@ githubId = 62989; name = "Demyan Rogozhin"; }; - dennajort = { - email = "gosselinjb@gmail.com"; - matrix = "@dennajort:matrix.org"; - github = "dennajort"; - githubId = 1536838; - name = "Jean-Baptiste Gosselin"; - }; derchris = { email = "derchris@me.com"; github = "derchrisuk"; @@ -7108,6 +7101,13 @@ githubId = 221929; name = "Jean-Baptiste Giraudeau"; }; + jbgosselin = { + email = "gosselinjb@gmail.com"; + matrix = "@dennajort:matrix.org"; + github = "jbgosselin"; + githubId = 1536838; + name = "Jean-Baptiste Gosselin"; + }; jboy = { email = "jboy+nixos@bius.moe"; githubId = 2187261; diff --git a/pkgs/development/python-modules/ctap-keyring-device/default.nix b/pkgs/development/python-modules/ctap-keyring-device/default.nix index ca2f9e4256ca..2c6597aeb7f0 100644 --- a/pkgs/development/python-modules/ctap-keyring-device/default.nix +++ b/pkgs/development/python-modules/ctap-keyring-device/default.nix @@ -67,6 +67,6 @@ buildPythonPackage rec { description = "CTAP (client-to-authenticator-protocol) device backed by python's keyring library"; homepage = "https://github.com/dany74q/ctap-keyring-device"; license = licenses.mit; - maintainers = with maintainers; [ dennajort ]; + maintainers = with maintainers; [ jbgosselin ]; }; } diff --git a/pkgs/development/python-modules/okta/default.nix b/pkgs/development/python-modules/okta/default.nix index 13c2be3a809c..42b4738fe6fa 100644 --- a/pkgs/development/python-modules/okta/default.nix +++ b/pkgs/development/python-modules/okta/default.nix @@ -69,6 +69,6 @@ buildPythonPackage rec { description = "Python SDK for the Okta Management API"; homepage = "https://github.com/okta/okta-sdk-python"; license = licenses.asl20; - maintainers = with maintainers; [ dennajort ]; + maintainers = with maintainers; [ jbgosselin ]; }; } diff --git a/pkgs/development/python-modules/pytest-recording/default.nix b/pkgs/development/python-modules/pytest-recording/default.nix index 7aab7a2804fa..fe68e9ee46b0 100644 --- a/pkgs/development/python-modules/pytest-recording/default.nix +++ b/pkgs/development/python-modules/pytest-recording/default.nix @@ -59,6 +59,6 @@ buildPythonPackage rec { description = "A pytest plugin that allows you recording of network interactions via VCR.py"; homepage = "https://github.com/kiwicom/pytest-recording"; license = licenses.mit; - maintainers = with maintainers; [ dennajort ]; + maintainers = with maintainers; [ jbgosselin ]; }; } diff --git a/pkgs/tools/admin/gimme-aws-creds/default.nix b/pkgs/tools/admin/gimme-aws-creds/default.nix index d5143293b123..669f54c3559b 100644 --- a/pkgs/tools/admin/gimme-aws-creds/default.nix +++ b/pkgs/tools/admin/gimme-aws-creds/default.nix @@ -107,6 +107,6 @@ python.pkgs.buildPythonApplication rec { changelog = "https://github.com/Nike-Inc/gimme-aws-creds/releases"; description = "A CLI that utilizes Okta IdP via SAML to acquire temporary AWS credentials"; license = licenses.asl20; - maintainers = with maintainers; [ dennajort ]; + maintainers = with maintainers; [ jbgosselin ]; }; }