lol

python310Packages.adblock: add changelog to meta

authored by

Fabian Affolter and committed by
GitHub
208f77f2 741d9c27

+1
+1
pkgs/development/python-modules/adblock/default.nix
··· 90 90 meta = with lib; { 91 91 description = "Python wrapper for Brave's adblocking library"; 92 92 homepage = "https://github.com/ArniDagur/python-adblock/"; 93 + changelog = "https://github.com/ArniDagur/python-adblock/blob/${version}/CHANGELOG.md"; 93 94 maintainers = with maintainers; [ dotlambda ]; 94 95 license = with licenses; [ asl20 /* or */ mit ]; 95 96 };