1
0
Fork 1
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:
Markus Kowalewski 2018-06-02 00:37:54 +02:00
parent c8faa482fa
commit f07ddeaa67
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

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