summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/devtools
diff options
context:
space:
mode:
authorJohann Dahm <johannd@vulcan.com>2021-07-13 22:39:53 -0700
committerJohann Dahm <johannd@vulcan.com>2021-07-13 23:23:04 -0700
commitf3cb27405c3add4cc0d01ac191fe1041d31af96e (patch)
treeb2fc6a6e2b7bd2661efdae5ab258f0b59cdf2d06 /pkgs/development/python-modules/devtools
parentf9ffd72d7ee1365cdf6d7fdc5463cb8f90484c55 (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.nix1
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 ];
};
}