linkchecker: add changelog to meta
This commit is contained in:
parent
163c9aefd0
commit
5c1b0ff5cc
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@ pypkgs.buildPythonApplication rec {
|
|||
meta = with lib; {
|
||||
description = "Check websites for broken links";
|
||||
homepage = "https://linkcheck.github.io/linkchecker/";
|
||||
license = licenses.gpl2;
|
||||
changelog = "https://github.com/linkchecker/linkchecker/releases/tag/v${version}";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ peterhoeg tweber ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue