hebbot: update changelog URL (#514160)

This commit is contained in:
Yohann Boniface
2026-04-29 22:29:02 +00:00
committed by GitHub
+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 ];