mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
slurm: add maintainer
This commit is contained in:
parent
c8faa482fa
commit
f07ddeaa67
|
@ -60,6 +60,6 @@ stdenv.mkDerivation rec {
|
|||
description = "Simple Linux Utility for Resource Management";
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.jagajaga ];
|
||||
maintainers = with maintainers; [ jagajaga markuskowa ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue