Skip to content

Commit

Permalink
python311Packages.batchspawner: add changelog to meta
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and dpausp committed Oct 5, 2023
1 parent 741c300 commit c0a647e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/development/python-modules/batchspawner/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.costrouc ];
maintainers = with maintainers; [ ];
};
}

0 comments on commit c0a647e

Please sign in to comment.