python3Packages.favicon: fix changelog

This commit is contained in:
Acid Bong
2026-07-21 18:12:05 +03:00
parent c93573a164
commit 57bee9f895
@@ -37,7 +37,7 @@ buildPythonPackage rec {
meta = {
description = "Find a website's favicon";
homepage = "https://github.com/scottwernervt/favicon";
changelog = "https://github.com/scottwernervt/favicon/blob/${version}/CHANGELOG.rst";
changelog = "https://github.com/scottwernervt/favicon/blob/v${version}/CHANGELOG.rst";
license = lib.licenses.mit;
};
}