tantivy-go: add changelog

(cherry picked from commit 51b9f74ff4)
This commit is contained in:
Kira Bruneau
2025-09-07 22:34:47 -04:00
committed by github-actions[bot]
parent 41d11f30f1
commit ad95a66dd1

View File

@@ -27,6 +27,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
meta = {
description = "Tantivy go bindings";
homepage = "https://github.com/anyproto/tantivy-go";
changelog = "https://github.com/anyproto/tantivy-go/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
autrimpo