pythonPackages.sphinxcontrib-spelling: fix maintainer and license
This commit is contained in:
parent
bed7263503
commit
efd175699f
|
@ -22978,8 +22978,8 @@ in modules // {
|
||||||
meta = {
|
meta = {
|
||||||
description = "Sphinx spelling extension";
|
description = "Sphinx spelling extension";
|
||||||
homepage = "http://bitbucket.org/dhellmann/sphinxcontrib-spelling";
|
homepage = "http://bitbucket.org/dhellmann/sphinxcontrib-spelling";
|
||||||
maintainers = [ nand0p ];
|
maintainers = with maintainers; [ nand0p ];
|
||||||
license = "BSD";
|
license = licenses.bsd2;
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue