python310Packages.adblock: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-18 17:42:52 +01:00 committed by GitHub
parent 741d9c2766
commit 208f77f2af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,6 +90,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python wrapper for Brave's adblocking library";
homepage = "https://github.com/ArniDagur/python-adblock/";
changelog = "https://github.com/ArniDagur/python-adblock/blob/${version}/CHANGELOG.md";
maintainers = with maintainers; [ dotlambda ];
license = with licenses; [ asl20 /* or */ mit ];
};