Merge pull request #230950 from jbgosselin/maintainers-rename-jbgosselin

maintainers: rename dennajort -> jbgosselin
This commit is contained in:
Jonas Heinrich 2023-05-10 18:55:34 +02:00 committed by GitHub
commit fc7d9a1281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 11 deletions

View File

@ -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;

View File

@ -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 ];
};
}

View File

@ -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 ];
};
}

View File

@ -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 ];
};
}

View File

@ -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 ];
};
}