summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/python-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 4a396d2f0d1..b8269287c76 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -22978,8 +22978,8 @@ in modules // {
     meta = {
       description = "Sphinx spelling extension";
       homepage = "http://bitbucket.org/dhellmann/sphinxcontrib-spelling";
-      maintainers = [ nand0p ];
-      license = "BSD";
+      maintainers = with maintainers; [ nand0p ];
+      license = licenses.bsd2;
     };
   });