python311Packages.jupyter-repo2docker: fix meta

This commit is contained in:
natsukium 2023-12-21 22:40:31 +09:00
parent 0a11ccb50f
commit adb4ee77ec
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -65,7 +65,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Turn code repositories into Jupyter enabled Docker Images";
homepage = "https://repo2docker.readthedocs.io/";
license = licenses.bsdOriginal;
changelog = "https://github.com/jupyterhub/repo2docker/blob/${src.rev}/docs/source/changelog.md";
license = licenses.bsd3;
maintainers = with maintainers; [ ];
};
}