slurm: fix license
This commit is contained in:
parent
119c1c55fd
commit
81fbaefcd0
@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "http://www.schedmd.com/";
|
homepage = "http://www.schedmd.com/";
|
||||||
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.gpl2Only;
|
||||||
maintainers = with maintainers; [ jagajaga markuskowa ];
|
maintainers = with maintainers; [ jagajaga markuskowa ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user