slurm: fix license

This commit is contained in:
Markus Kowalewski 2021-02-01 13:38:35 +01:00
parent 119c1c55fd
commit 81fbaefcd0
No known key found for this signature in database
GPG key ID: 502A248E3FB4FF48

View file

@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.schedmd.com/";
description = "Simple Linux Utility for Resource Management";
platforms = platforms.linux;
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = with maintainers; [ jagajaga markuskowa ];
};
}