Skip to content

Commit

Permalink
shot-scraper: add changelog to meta
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Mar 20, 2023
1 parent 76b5525 commit 910b639
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/graphics/shot-scraper/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
Expand Down

0 comments on commit 910b639

Please sign in to comment.