slurm: add maintainer

wip/yesman
Markus Kowalewski 6 years ago
parent c8faa482fa
commit f07ddeaa67
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
  1. 2
      pkgs/servers/computing/slurm/default.nix

@ -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…
Cancel
Save