python311Packages.jupyterlab-pygments: fix license
This commit is contained in:
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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user