Unverified Commit 805886ca authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

hebbot: update changelog URL (#514160)

parents 0c6bb6dc 59e3c387
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 ];