forked from mirrors/nixpkgs
maintainers: rename dennajort -> jbgosselin
This commit is contained in:
parent
47d50c9586
commit
f53e6b3dfb
|
@ -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";
|
||||
|
@ -7102,6 +7095,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;
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue