lib.licenses: Fix typo in fdl13 license description (#18053)

This commit is contained in:
Jörg Thalheim 2016-08-28 09:56:40 +02:00 committed by Robin Gloster
parent dbae71570f
commit b170bed1ff

View file

@ -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 = {