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";
|
description = "Simple Linux Utility for Resource Management";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = [ maintainers.jagajaga ];
|
maintainers = with maintainers; [ jagajaga markuskowa ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue