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

wip/yesman
Jörg Thalheim 8 years ago committed by Robin Gloster
parent dbae71570f
commit b170bed1ff
  1. 2
      lib/licenses.nix

@ -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…
Cancel
Save