python313Packages.juliandate: fix changelog

This commit is contained in:
Sigmanificient
2026-04-22 23:45:34 +02:00
parent 2e3458b0f4
commit 3eb92b4e64
@@ -27,7 +27,7 @@ buildPythonPackage rec {
meta = {
description = "Conversions between Julian Dates and Julian/Gregorian calendar dates";
homepage = "https://github.com/seanredmond/juliandate";
changelog = "https://github.com/seanredmond/juliandate/blob/v${src.tag}/HISTORY.MD";
changelog = "https://github.com/seanredmond/juliandate/blob/${src.tag}/HISTORY.MD";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ fab ];
};