lib.licenses: Fix typo in fdl13 license description (#18053)
This commit is contained in:
parent
dbae71570f
commit
b170bed1ff
@ -188,7 +188,7 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
|
|||||||
|
|
||||||
fdl13 = spdx {
|
fdl13 = spdx {
|
||||||
spdxId = "GFDL-1.3";
|
spdxId = "GFDL-1.3";
|
||||||
fullName = "GNU Free Documentation License v1.2";
|
fullName = "GNU Free Documentation License v1.3";
|
||||||
};
|
};
|
||||||
|
|
||||||
free = {
|
free = {
|
||||||
|
Loading…
Reference in New Issue
Block a user