mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Add @jdahm as maintainer of python3Packages.devtools
This commit is contained in:
parent
f9ffd72d7e
commit
f3cb27405c
2 changed files with 7 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue