shot-scraper: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-20 09:17:15 +01:00 committed by GitHub
parent 76b5525a6d
commit 910b639bff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; { meta = with lib; {
description = "A command-line utility for taking automated screenshots of websites"; description = "A command-line utility for taking automated screenshots of websites";
homepage = "https://github.com/simonw/shot-scraper"; homepage = "https://github.com/simonw/shot-scraper";
changelog = "https://github.com/simonw/shot-scraper/releases/tag/${version}";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ techknowlogick ]; maintainers = with maintainers; [ techknowlogick ];
}; };