python3Packages.utitools: fix changelog

This commit is contained in:
Sigmanificient
2026-04-19 14:06:20 +02:00
parent 521aca79b3
commit e58fd79293
@@ -34,7 +34,7 @@ buildPythonPackage (finalAttrs: {
meta = {
description = "Utilities for working with Uniform Type Identifiers";
homepage = "https://github.com/RhetTbull/utitools";
changelog = "https://github.com/RhetTbull/osxphotos/blob/${finalAttrs.src.tag}/CHANGELOG.md";
changelog = "https://github.com/RhetTbull/utitools/blob/${finalAttrs.src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ sigmanificient ];
};