bidict: add jab as a maintainer (#299218)

This commit is contained in:
Joshua Bronson 2024-03-27 11:08:52 -04:00 committed by GitHub
parent 21795f303c
commit 10bca7eddf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View File

@ -8694,6 +8694,12 @@
github = "j4m3s-s";
githubId = 9413812;
};
jab = {
name = "Joshua Bronson";
email = "jabronson@gmail.com";
github = "jab";
githubId = 64992;
};
jacbart = {
name = "Jack Bartlett";
email = "jacbart@gmail.com";

View File

@ -50,6 +50,6 @@ buildPythonPackage rec {
changelog = "https://bidict.readthedocs.io/changelog.html";
description = "The bidirectional mapping library for Python.";
license = licenses.mpl20;
maintainers = with maintainers; [ jakewaksbaum ];
maintainers = with maintainers; [ jab jakewaksbaum ];
};
}