Add @jdahm as maintainer of python3Packages.devtools

wip/nixpkgs-raku
Johann Dahm 3 years ago
parent f9ffd72d7e
commit f3cb27405c
No known key found for this signature in database
GPG Key ID: C0767167AA9F7D22
  1. 6
      maintainers/maintainer-list.nix
  2. 1
      pkgs/development/python-modules/devtools/default.nix

@ -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…
Cancel
Save