ufmt: fix changelog url

This commit is contained in:
夜坂雅
2026-09-19 17:44:25 +08:00
parent 2fd281eabd
commit 5ac99ea8b8

View File

@@ -66,7 +66,7 @@ buildPythonPackage rec {
meta = {
description = "Safe, atomic formatting with black and usort";
homepage = "https://github.com/omnilib/ufmt";
changelog = "https://github.com/omnilib/ufmt/blob/${version}/CHANGELOG.md";
changelog = "https://github.com/omnilib/ufmt/blob/v${version}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
mainProgram = "ufmt";