kernel: clarify license
This commit is contained in:
parent
e3763e4799
commit
1b10b0d579
@ -285,7 +285,7 @@ let
|
|||||||
" (with patches: "
|
" (with patches: "
|
||||||
+ lib.concatStringsSep ", " (map (x: x.name) kernelPatches)
|
+ lib.concatStringsSep ", " (map (x: x.name) kernelPatches)
|
||||||
+ ")");
|
+ ")");
|
||||||
license = lib.licenses.gpl2;
|
license = lib.licenses.gpl2Only;
|
||||||
homepage = "https://www.kernel.org/";
|
homepage = "https://www.kernel.org/";
|
||||||
repositories.git = "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git";
|
repositories.git = "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git";
|
||||||
maintainers = [
|
maintainers = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user