python3Packages.idna: improve meta.changelog

This commit is contained in:
Robert Schütz 2026-06-12 12:57:40 -07:00
commit 6b2ed1f4ce

View file

@ -26,7 +26,7 @@ buildPythonPackage rec {
meta = {
homepage = "https://github.com/kjd/idna/";
changelog = "https://github.com/kjd/idna/releases/tag/${src.tag}";
changelog = "https://github.com/kjd/idna/blob/${src.tag}/HISTORY.md";
description = "Internationalized Domain Names in Applications (IDNA)";
license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.dotlambda ];