python310Packages.mkdocs-jupyter: add changelog to meta
This commit is contained in:
parent
53ffab75a2
commit
1fb7326f59
1 changed files with 5 additions and 2 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue