From 59e3c3874bf77cffe7be548950ebe68627c720d8 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Mon, 27 Apr 2026 21:38:13 +0200 Subject: [PATCH] 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. --- pkgs/by-name/he/hebbot/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/he/hebbot/package.nix b/pkgs/by-name/he/hebbot/package.nix index 8981a5d90c3a..bb2469185630 100644 --- a/pkgs/by-name/he/hebbot/package.nix +++ b/pkgs/by-name/he/hebbot/package.nix @@ -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 ];