about summary refs log tree commit diff
path: root/pkgs/tools/networking/linkchecker
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-12-06 22:31:14 +0100
committerGitHub <noreply@github.com>2022-12-06 22:31:14 +0100
commit5c1b0ff5ccdf6a6911811e8eaadacf41b89593d9 (patch)
tree74339f5a7a2ed98c5f01306e6a6e188d940250ea /pkgs/tools/networking/linkchecker
parent163c9aefd065b2d27503b18d5acfae11e58666d3 (diff)
linkchecker: add changelog to meta
Diffstat (limited to 'pkgs/tools/networking/linkchecker')
-rw-r--r--pkgs/tools/networking/linkchecker/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/networking/linkchecker/default.nix b/pkgs/tools/networking/linkchecker/default.nix
index 1e998573ffc93..35766304bb56e 100644
--- a/pkgs/tools/networking/linkchecker/default.nix
+++ b/pkgs/tools/networking/linkchecker/default.nix
@@ -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 ];
   };
 }