python3Packages.loro: fix meta.changelog

This commit is contained in:
Sigmanificient
2026-08-03 00:40:53 +02:00
parent f9e071a565
commit 38e26fd26e

View File

@@ -33,7 +33,7 @@ buildPythonPackage rec {
meta = {
description = "Data collaborative and version-controlled JSON with CRDTs";
homepage = "https://github.com/loro-dev/loro-py";
changelog = "https://github.com/loro-dev/loro-py/releases/tag/${version}";
changelog = "https://github.com/loro-dev/loro-py/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
dmadisetti