diff options
| author | Johann Dahm <johannd@vulcan.com> | 2021-07-13 22:39:53 -0700 |
|---|---|---|
| committer | Johann Dahm <johannd@vulcan.com> | 2021-07-13 23:23:04 -0700 |
| commit | f3cb27405c3add4cc0d01ac191fe1041d31af96e (patch) | |
| tree | b2fc6a6e2b7bd2661efdae5ab258f0b59cdf2d06 /pkgs/development/python-modules/devtools | |
| parent | f9ffd72d7ee1365cdf6d7fdc5463cb8f90484c55 (diff) | |
Add @jdahm as maintainer of python3Packages.devtools
Diffstat (limited to 'pkgs/development/python-modules/devtools')
| -rw-r--r-- | pkgs/development/python-modules/devtools/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/devtools/default.nix b/pkgs/development/python-modules/devtools/default.nix index 29a5234608bd..32050acfdf27 100644 --- a/pkgs/development/python-modules/devtools/default.nix +++ b/pkgs/development/python-modules/devtools/default.nix @@ -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 ]; }; } |
