Add @jdahm as maintainer of python3Packages.devtools

This commit is contained in:
Johann Dahm 2021-07-13 22:39:53 -07:00
parent f9ffd72d7e
commit f3cb27405c
No known key found for this signature in database
GPG key ID: C0767167AA9F7D22
2 changed files with 7 additions and 0 deletions

View file

@ -4793,6 +4793,12 @@
githubId = 1383440;
name = "Jason Gilliland";
};
jdahm = {
email = "johann.dahm@gmail.com";
github = "jdahm";
githubId = 68032;
name = "Johann Dahm";
};
jdanek = {
email = "jdanek@redhat.com";
github = "jdanekrh";

View file

@ -23,5 +23,6 @@ buildPythonPackage rec {
description = "Python's missing debug print command and other development tools";
homepage = "https://python-devtools.helpmanual.io/";
license = licenses.mit;
maintainers = with maintainers; [ jdahm ];
};
}