mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
pythonPackages.pyslurm: add bhipple to maintainers
This commit is contained in:
parent
8e9741ed49
commit
2926173123
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user