forgejo-runner: add myself to maintainers
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
@@ -53,7 +53,11 @@ buildGoModule rec {
|
||||
homepage = "https://code.forgejo.org/forgejo/runner";
|
||||
changelog = "https://code.forgejo.org/forgejo/runner/src/tag/${src.rev}/RELEASE-NOTES.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ kranzes emilylange ];
|
||||
maintainers = with maintainers; [
|
||||
kranzes
|
||||
emilylange
|
||||
christoph-heiss
|
||||
];
|
||||
mainProgram = "act_runner";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user