python310Packages.mkdocs-jupyter: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-30 12:13:03 +02:00
parent 53ffab75a2
commit 1fb7326f59

View file

@ -36,16 +36,19 @@ buildPythonPackage rec {
ipykernel
];
pythonImportsCheck = [ "mkdocs_jupyter" ];
nativeCheckInputs = [
pytest-cov
pytestCheckHook
];
pythonImportsCheck = [
"mkdocs_jupyter"
];
meta = with lib; {
description = "Use Jupyter Notebook in mkdocs";
homepage = "https://github.com/danielfrg/mkdocs-jupyter";
changelog = "https://github.com/danielfrg/mkdocs-jupyter/blob/${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ net-mist ];
};