diff options
| author | Dmitry Kalinkin <dmitry.kalinkin@gmail.com> | 2019-12-28 15:11:07 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-28 15:11:07 -0500 |
| commit | 596fa2844824bd51653b0ca7ccd4d92dcefdfd0d (patch) | |
| tree | 4ad3707c074c7e674579ce36ee878fa8fd57168d /pkgs/development/python-modules | |
| parent | ff88885fe704c6b1f7e9dc1d973918764599b32c (diff) | |
| parent | 292617312315ed5e7a7aaa48ed2ef9c640262f68 (diff) | |
Merge pull request #76549 from veprbl/pr/pyslurm_remove
pythonPackages.pyslurm: change maintainer
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/pyslurm/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pyslurm/default.nix b/pkgs/development/python-modules/pyslurm/default.nix index 974ac4499ac8..7b0fba1a5aee 100644 --- a/pkgs/development/python-modules/pyslurm/default.nix +++ b/pkgs/development/python-modules/pyslurm/default.nix @@ -21,6 +21,6 @@ buildPythonPackage rec { homepage = https://github.com/PySlurm/pyslurm; description = "Python bindings to Slurm"; license = licenses.gpl2; - maintainers = [ maintainers.veprbl ]; + maintainers = with maintainers; [ bhipple ]; }; } |
