Unverified Commit 940b77be authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

forgejo-runner: update changelog url (#431121)

parents ea5220f4 25c449ea
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