slurm-spank-x11: fix license
This commit is contained in:
parent
81fbaefcd0
commit
18a9e0355c
|
@ -30,7 +30,7 @@ stdenv.mkDerivation {
|
||||||
homepage = "https://github.com/hautreux/slurm-spank-x11";
|
homepage = "https://github.com/hautreux/slurm-spank-x11";
|
||||||
description = "Plugin for SLURM to allow for interactive X11 sessions";
|
description = "Plugin for SLURM to allow for interactive X11 sessions";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ markuskowa ];
|
maintainers = with maintainers; [ markuskowa ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue