hebbot: update changelog URL

See #514132 for context.

This is maybe better since this points to "a" changelog?
But this is a prerelease and the maintainer hasn't released in a while.
This commit is contained in:
a-kenji
2026-04-27 21:38:13 +02:00
parent 65ae54f6b8
commit 59e3c3874b
+1 -1
View File
@@ -51,7 +51,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
meta = {
description = "Matrix bot which can generate \"This Week in X\" like blog posts ";
homepage = "https://github.com/haecker-felix/hebbot";
changelog = "https://github.com/haecker-felix/hebbot/releases/tag/v${finalAttrs.version}";
changelog = "https://github.com/haecker-felix/hebbot/releases/tag/v2.1";
license = with lib.licenses; [ agpl3Only ];
mainProgram = "hebbot";
maintainers = with lib.maintainers; [ a-kenji ];