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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user