Merge pull request #76549 from veprbl/pr/pyslurm_remove

pythonPackages.pyslurm: change maintainer
This commit is contained in:
Dmitry Kalinkin 2019-12-28 15:11:07 -05:00 committed by GitHub
commit 596fa28448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];
};
}