about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pep257.nix
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2017-03-10 20:27:11 +0100
committerJoachim Fasting <joachifm@fastmail.fm>2017-03-10 20:39:03 +0100
commitba499aa845fc907844b84e90a630aaaf5149cead (patch)
treef6ad1b001ed2d4d09ee5364b66bcb6c7fcef9797 /pkgs/development/python-modules/pep257.nix
parent7dff6a8689351069ba3734aad2c90e19b3b835b0 (diff)
downloadnixlib-ba499aa845fc907844b84e90a630aaaf5149cead.tar
nixlib-ba499aa845fc907844b84e90a630aaaf5149cead.tar.gz
nixlib-ba499aa845fc907844b84e90a630aaaf5149cead.tar.bz2
nixlib-ba499aa845fc907844b84e90a630aaaf5149cead.tar.lz
nixlib-ba499aa845fc907844b84e90a630aaaf5149cead.tar.xz
nixlib-ba499aa845fc907844b84e90a630aaaf5149cead.tar.zst
nixlib-ba499aa845fc907844b84e90a630aaaf5149cead.zip
pythonPackages.pep257: meta.lecense -> license
Diffstat (limited to 'pkgs/development/python-modules/pep257.nix')
-rw-r--r--pkgs/development/python-modules/pep257.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pep257.nix b/pkgs/development/python-modules/pep257.nix
index f185019b0f7a..1cd0e4afc0ce 100644
--- a/pkgs/development/python-modules/pep257.nix
+++ b/pkgs/development/python-modules/pep257.nix
@@ -18,6 +18,6 @@ buildPythonPackage rec {
     homepage = https://github.com/GreenSteam/pep257/;
     description = "Python docstring style checker";
     longDescription = "Static analysis tool for checking compliance with Python PEP 257.";
-    lecense = licenses.mit;
+    license = licenses.mit;
   };
 }