python3Packages.precis-i18n: fix changelog

This commit is contained in:
Acid Bong
2026-05-03 21:53:13 +03:00
parent 3586fe53d5
commit 6c4e3498c9

View File

@@ -24,7 +24,7 @@ buildPythonPackage rec {
meta = {
description = "Internationalized usernames and passwords";
homepage = "https://github.com/byllyfish/precis_i18n";
changelog = "https://github.com/byllyfish/precis_i18n/blob/${src.tag}/CHANGELOG.rst";
changelog = "https://github.com/byllyfish/precis_i18n/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = [ ];
};