Merge pull request #257897 from wegank/slurm-nm-cleanup

slurm-nm: cleanup
This commit is contained in:
Weijia Wang 2023-09-29 00:01:15 +02:00 committed by GitHub
commit d083fba94d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
}:
stdenv.mkDerivation rec {
pname = "slurm";
pname = "slurm-nm";
version = "0.4.4";
src = fetchFromGitHub {
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
description = "A generic network load monitor";
homepage = "https://github.com/mattthias/slurm";
license = licenses.gpl2Plus;
platforms = with platforms; [ "x86_64-linux" ];
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ mikaelfangel ];
mainProgram = "slurm";
};