forked from mirrors/nixpkgs
kernel: clarify license
This commit is contained in:
parent
e3763e4799
commit
1b10b0d579
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue