mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
shot-scraper: add changelog to meta
This commit is contained in:
parent
76b5525a6d
commit
910b639bff
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user