From 910b639bff3d2d7cac4e7095ef545bb41a3a8dec Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 20 Mar 2023 09:17:15 +0100 Subject: [PATCH] shot-scraper: add changelog to meta --- pkgs/tools/graphics/shot-scraper/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/graphics/shot-scraper/default.nix b/pkgs/tools/graphics/shot-scraper/default.nix index 4555f6548068..ff10e8f3b7cd 100644 --- a/pkgs/tools/graphics/shot-scraper/default.nix +++ b/pkgs/tools/graphics/shot-scraper/default.nix @@ -31,6 +31,7 @@ python3.pkgs.buildPythonApplication rec { meta = with lib; { description = "A command-line utility for taking automated screenshots of websites"; homepage = "https://github.com/simonw/shot-scraper"; + changelog = "https://github.com/simonw/shot-scraper/releases/tag/${version}"; license = licenses.asl20; maintainers = with maintainers; [ techknowlogick ]; };