forgejo-runner: add emilylange as maintainer

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

View File

@ -37,7 +37,7 @@ buildGoModule rec {
homepage = "https://code.forgejo.org/forgejo/runner";
changelog = "https://gitea.com/gitea/act_runner/releases/tag/${src.rev}";
license = licenses.mit;
maintainers = with maintainers; [ kranzes ];
maintainers = with maintainers; [ kranzes emilylange ];
mainProgram = "act_runner";
};
}