summary refs log tree commit diff
path: root/pkgs/development/python-modules/zc_lockfile
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 /pkgs/development/python-modules/zc_lockfile
parent7960bbff1484f507b18099076c1ade088cb3d429 (diff)
downloadnixpkgs-4b0afc169d836f4d6c133853617c04a98a91f5a6.tar
nixpkgs-4b0afc169d836f4d6c133853617c04a98a91f5a6.tar.gz
nixpkgs-4b0afc169d836f4d6c133853617c04a98a91f5a6.tar.bz2
nixpkgs-4b0afc169d836f4d6c133853617c04a98a91f5a6.tar.lz
nixpkgs-4b0afc169d836f4d6c133853617c04a98a91f5a6.tar.xz
nixpkgs-4b0afc169d836f4d6c133853617c04a98a91f5a6.tar.zst
nixpkgs-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 'pkgs/development/python-modules/zc_lockfile')
-rw-r--r--pkgs/development/python-modules/zc_lockfile/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/zc_lockfile/default.nix b/pkgs/development/python-modules/zc_lockfile/default.nix
index 8a438fadcd7..4ffd0e94c61 100644
--- a/pkgs/development/python-modules/zc_lockfile/default.nix
+++ b/pkgs/development/python-modules/zc_lockfile/default.nix
@@ -21,7 +21,7 @@ buildPythonPackage rec {
   meta = with stdenv.lib; {
     description = "Inter-process locks";
     homepage =  http://www.python.org/pypi/zc.lockfile;
-    license = licenses.zpt20;
+    license = licenses.zpl20;
     maintainers = with maintainers; [ goibhniu ];
   };
 }