pythonPackages.pyslurm: add bhipple to maintainers

This commit is contained in:
Dmitry Kalinkin 2019-12-27 13:51:11 -05:00
parent 8e9741ed49
commit 2926173123
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

View File

@ -21,6 +21,6 @@ buildPythonPackage rec {
homepage = https://github.com/PySlurm/pyslurm;
description = "Python bindings to Slurm";
license = licenses.gpl2;
maintainers = [];
maintainers = with maintainers; [ bhipple ];
};
}