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 = {
description = "Sphinx spelling extension";
homepage = "http://bitbucket.org/dhellmann/sphinxcontrib-spelling";
maintainers = [ nand0p ];
license = "BSD";
maintainers = with maintainers; [ nand0p ];
license = licenses.bsd2;
};
});