python311Packages.jupyterlab-pygments: fix license

This commit is contained in:
natsukium 2023-12-21 16:25:56 +09:00
parent 5c189aa5fc
commit fb9a578db7
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

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