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

maintainers: rename dennajort -> jbgosselin

authored by

Jonas Heinrich and committed by
GitHub
fc7d9a12 f166dbcc

+11 -11
+7 -7
maintainers/maintainer-list.nix
··· 3766 3766 githubId = 62989; 3767 3767 name = "Demyan Rogozhin"; 3768 3768 }; 3769 - dennajort = { 3770 - email = "gosselinjb@gmail.com"; 3771 - matrix = "@dennajort:matrix.org"; 3772 - github = "dennajort"; 3773 - githubId = 1536838; 3774 - name = "Jean-Baptiste Gosselin"; 3775 - }; 3776 3769 derchris = { 3777 3770 email = "derchris@me.com"; 3778 3771 github = "derchrisuk"; ··· 7107 7100 github = "jbgi"; 7108 7101 githubId = 221929; 7109 7102 name = "Jean-Baptiste Giraudeau"; 7103 + }; 7104 + jbgosselin = { 7105 + email = "gosselinjb@gmail.com"; 7106 + matrix = "@dennajort:matrix.org"; 7107 + github = "jbgosselin"; 7108 + githubId = 1536838; 7109 + name = "Jean-Baptiste Gosselin"; 7110 7110 }; 7111 7111 jboy = { 7112 7112 email = "jboy+nixos@bius.moe";
+1 -1
pkgs/development/python-modules/ctap-keyring-device/default.nix
··· 67 67 description = "CTAP (client-to-authenticator-protocol) device backed by python's keyring library"; 68 68 homepage = "https://github.com/dany74q/ctap-keyring-device"; 69 69 license = licenses.mit; 70 - maintainers = with maintainers; [ dennajort ]; 70 + maintainers = with maintainers; [ jbgosselin ]; 71 71 }; 72 72 }
+1 -1
pkgs/development/python-modules/okta/default.nix
··· 69 69 description = "Python SDK for the Okta Management API"; 70 70 homepage = "https://github.com/okta/okta-sdk-python"; 71 71 license = licenses.asl20; 72 - maintainers = with maintainers; [ dennajort ]; 72 + maintainers = with maintainers; [ jbgosselin ]; 73 73 }; 74 74 }
+1 -1
pkgs/development/python-modules/pytest-recording/default.nix
··· 59 59 description = "A pytest plugin that allows you recording of network interactions via VCR.py"; 60 60 homepage = "https://github.com/kiwicom/pytest-recording"; 61 61 license = licenses.mit; 62 - maintainers = with maintainers; [ dennajort ]; 62 + maintainers = with maintainers; [ jbgosselin ]; 63 63 }; 64 64 }
+1 -1
pkgs/tools/admin/gimme-aws-creds/default.nix
··· 107 107 changelog = "https://github.com/Nike-Inc/gimme-aws-creds/releases"; 108 108 description = "A CLI that utilizes Okta IdP via SAML to acquire temporary AWS credentials"; 109 109 license = licenses.asl20; 110 - maintainers = with maintainers; [ dennajort ]; 110 + maintainers = with maintainers; [ jbgosselin ]; 111 111 }; 112 112 }