python311Packages.jupyterlab-pygments: fix license

This commit is contained in:
natsukium
2023-12-22 20:09:43 +09:00
parent 5c189aa5fc
commit fb9a578db7
@@ -43,7 +43,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Jupyterlab syntax coloring theme for pygments";
homepage = "https://github.com/jupyterlab/jupyterlab_pygments";
license = licenses.mit;
license = licenses.bsd3;
maintainers = with maintainers; [ jonringer ];
};
}