pythonPackages.sphinxcontrib-spelling: fix maintainer and license

This commit is contained in:
Frederik Rietdijk 2016-08-30 13:44:49 +02:00
parent bed7263503
commit efd175699f

View file

@ -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;
}; };
}); });