Merge pull request #305297 from Aleksanaa/nix-license

nixVersions.nix*: correct license to lgpl21Plus
This commit is contained in:
Maximilian Bosch 2024-04-19 13:19:16 +00:00 committed by GitHub
commit 93f92c38ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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";