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
2 changed files with 7 additions and 0 deletions
@@ -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 ];
};
}