forgejo-runner: update changelog url

Since v9, the changelog is contained in the release (tag) itself and not
a separate file anymore.

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss
2025-08-05 10:53:20 +02:00
parent 915a2878dd
commit 25c449ea8c
+1 -1
View File
@@ -93,7 +93,7 @@ buildGoModule rec {
meta = with lib; {
description = "Runner for Forgejo based on act";
homepage = "https://code.forgejo.org/forgejo/runner";
changelog = "https://code.forgejo.org/forgejo/runner/src/tag/${src.rev}/RELEASE-NOTES.md";
changelog = "https://code.forgejo.org/forgejo/runner/releases/tag/${src.rev}";
license = licenses.mit;
maintainers = with maintainers; [
adamcstephens