linkchecker: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-06 22:31:14 +01:00 committed by GitHub
parent 163c9aefd0
commit 5c1b0ff5cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};
}