pythonPackages.sphinxcontrib-blockdiag: fix maintainer and license
This commit is contained in:
parent
a03c84538c
commit
bed7263503
1 changed files with 2 additions and 2 deletions
|
@ -22915,8 +22915,8 @@ in modules // {
|
|||
meta = {
|
||||
description = "Sphinx blockdiag extension";
|
||||
homepage = "https://github.com/blockdiag/sphinxcontrib-blockdiag";
|
||||
maintainers = [ nand0p ];
|
||||
license = "BSD";
|
||||
maintainers = with maintainers; [ nand0p ];
|
||||
license = licenses.bsd2;
|
||||
};
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue