forgejo: add bendlas as maintainer
I asked bendlas in private :)
This commit is contained in:
parent
a761e8b060
commit
6d5727af81
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ buildGoModule rec {
|
|||
homepage = "https://forgejo.org";
|
||||
changelog = "https://codeberg.org/forgejo/forgejo/releases/tag/${src.rev}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ emilylange urandom ];
|
||||
maintainers = with lib.maintainers; [ emilylange urandom bendlas ];
|
||||
broken = stdenv.isDarwin;
|
||||
mainProgram = "gitea";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue