Commit 59e3c387 authored by a-kenji's avatar a-kenji
Browse files

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.
parent 65ae54f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];