forgejo-runner: update changelog url (#431121)

This commit is contained in:
Wolfgang Walther
2025-08-05 09:06:04 +00:00
committed by GitHub
+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