Unverified Commit 25c449ea authored by Christoph Heiss's avatar Christoph Heiss
Browse files

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: default avatarChristoph Heiss <christoph@c8h4.io>
parent 915a2878
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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