3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.sphinxcontrib-blockdiag: fix maintainer and license

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

View file

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