mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
forgejo-runner: fix meta.changelog
This commit is contained in:
parent
7c18b96700
commit
a9da75cb7f
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user