forgejo-runner: fix `meta.changelog`

This commit is contained in:
emilylange 2024-04-04 02:04:47 +02:00
parent 7c18b96700
commit a9da75cb7f
No known key found for this signature in database
GPG Key ID: 0AD773CE46FD0F87
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ buildGoModule rec {
meta = with lib; {
description = "A runner for Forgejo based on act";
homepage = "https://code.forgejo.org/forgejo/runner";
changelog = "https://gitea.com/gitea/act_runner/releases/tag/${src.rev}";
changelog = "https://code.forgejo.org/forgejo/runner/src/tag/${src.rev}/RELEASE-NOTES.md";
license = licenses.mit;
maintainers = with maintainers; [ kranzes emilylange ];
mainProgram = "act_runner";