mkdocs-awesome-nav: fix changelog URL
This commit is contained in:
@@ -56,7 +56,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Plugin for customizing the navigation structure of your MkDocs site";
|
||||
homepage = "https://github.com/lukasgeiter/mkdocs-awesome-nav";
|
||||
changelog = "https://github.com/lukasgeiter/mkdocs-awesome-nav/blob/${src.tag}/CHANGELOG";
|
||||
changelog = "https://github.com/lukasgeiter/mkdocs-awesome-nav/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ phaer ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user