summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2017-08-06 13:49:18 +0200
committerMichael Weiss <dev.primeos@gmail.com>2017-08-06 13:49:18 +0200
commit4b0afc169d836f4d6c133853617c04a98a91f5a6 (patch)
tree4ae68645f1dd82339cc106517f17af47e6f460f1 /lib
parent7960bbff1484f507b18099076c1ade088cb3d429 (diff)
downloadnixlib-4b0afc169d836f4d6c133853617c04a98a91f5a6.tar
nixlib-4b0afc169d836f4d6c133853617c04a98a91f5a6.tar.gz
nixlib-4b0afc169d836f4d6c133853617c04a98a91f5a6.tar.bz2
nixlib-4b0afc169d836f4d6c133853617c04a98a91f5a6.tar.lz
nixlib-4b0afc169d836f4d6c133853617c04a98a91f5a6.tar.xz
nixlib-4b0afc169d836f4d6c133853617c04a98a91f5a6.tar.zst
nixlib-4b0afc169d836f4d6c133853617c04a98a91f5a6.zip
zpl*: Fix the attribute name of the license
This was simply a typo since the license was added in 2013.
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 8dd1c210b7fa..552874325d41 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -546,12 +546,12 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
     fullName = "zlib License";
   };
 
-  zpt20 = spdx { # FIXME: why zpt* instead of zpl*
+  zpl20 = spdx {
     spdxId = "ZPL-2.0";
     fullName = "Zope Public License 2.0";
   };
 
-  zpt21 = spdx {
+  zpl21 = spdx {
     spdxId = "ZPL-2.1";
     fullName = "Zope Public License 2.1";
   };