python311Packages.batchspawner: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-08-13 22:12:58 +02:00
parent 535180c612
commit e5458c6362

View file

@ -34,8 +34,9 @@ buildPythonPackage rec {
meta = with lib; {
description = "A spawner for Jupyterhub to spawn notebooks using batch resource managers";
homepage = "https://jupyter.org";
homepage = "https://github.com/jupyterhub/batchspawner";
changelog = "https://github.com/jupyterhub/batchspawner/blob/v${version}/CHANGELOG.md";
license = licenses.bsd3;
maintainers = [ ];
maintainers = with maintainers; [ ];
};
}