Skip to content

Commit

Permalink
Merge pull request #230950 from jbgosselin/maintainers-rename-jbgosselin
Browse files Browse the repository at this point in the history
maintainers: rename dennajort -> jbgosselin
  • Loading branch information
onny authored May 10, 2023
2 parents f166dbc + f53e6b3 commit fc7d9a1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3766,13 +3766,6 @@
githubId = 62989;
name = "Demyan Rogozhin";
};
dennajort = {
email = "[email protected]";
matrix = "@dennajort:matrix.org";
github = "dennajort";
githubId = 1536838;
name = "Jean-Baptiste Gosselin";
};
derchris = {
email = "[email protected]";
github = "derchrisuk";
Expand Down Expand Up @@ -7108,6 +7101,13 @@
githubId = 221929;
name = "Jean-Baptiste Giraudeau";
};
jbgosselin = {
email = "[email protected]";
matrix = "@dennajort:matrix.org";
github = "jbgosselin";
githubId = 1536838;
name = "Jean-Baptiste Gosselin";
};
jboy = {
email = "[email protected]";
githubId = 2187261;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/okta/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/admin/gimme-aws-creds/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}

0 comments on commit fc7d9a1

Please sign in to comment.