shot-scraper: add changelog to meta
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user