kernel: clarify license

This commit is contained in:
Atemu 2021-05-02 16:18:43 +02:00 committed by Alyssa Ross
parent e3763e4799
commit 1b10b0d579

View file

@ -285,7 +285,7 @@ let
" (with patches: "
+ lib.concatStringsSep ", " (map (x: x.name) kernelPatches)
+ ")");
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Only;
homepage = "https://www.kernel.org/";
repositories.git = "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git";
maintainers = [