slurm-spank-x11: fix license

This commit is contained in:
Markus Kowalewski
2021-02-01 13:40:25 +01:00
parent 81fbaefcd0
commit 18a9e0355c

View File

@@ -30,7 +30,7 @@ stdenv.mkDerivation {
homepage = "https://github.com/hautreux/slurm-spank-x11";
description = "Plugin for SLURM to allow for interactive X11 sessions";
platforms = platforms.linux;
license = licenses.gpl3;
license = licenses.gpl3Only;
maintainers = with maintainers; [ markuskowa ];
};
}