nixVersions.nix*: correct license to lgpl21Plus
All Nix versions in Nixpkgs are licensed under LGPL v2.1 or later, see: https://github.com/NixOS/nix/blob/2.21.2/doc/manual/src/introduction.md#license (original path) https://github.com/NixOS/nix/blob/22d4ea7a989d26b86fc27706dfea0abd2fb52c52/doc/manual/introduction/about-nix.xml#L261
This commit is contained in:
@@ -266,7 +266,7 @@ self = stdenv.mkDerivation {
|
||||
environments.
|
||||
'';
|
||||
homepage = "https://nixos.org/";
|
||||
license = licenses.lgpl2Plus;
|
||||
license = licenses.lgpl21Plus;
|
||||
inherit maintainers;
|
||||
platforms = platforms.unix;
|
||||
outputsToInstall = [ "out" ] ++ optional enableDocumentation "man";
|
||||
|
||||
Reference in New Issue
Block a user