mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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 {
|
||||
spdxId = "GFDL-1.3";
|
||||
fullName = "GNU Free Documentation License v1.2";
|
||||
fullName = "GNU Free Documentation License v1.3";
|
||||
};
|
||||
|
||||
free = {
|
||||
|
|
Loading…
Reference in a new issue