tantivy-go: add changelog

This commit is contained in:
Kira Bruneau
2025-09-07 22:34:47 -04:00
parent f2de20805a
commit 51b9f74ff4

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