forgejo: add adamcstephens as maintainer
This commit is contained in:
parent
195110917e
commit
b4fc86847e
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 bendlas ];
|
||||
maintainers = with lib.maintainers; [ emilylange urandom bendlas adamcstephens ];
|
||||
broken = stdenv.isDarwin;
|
||||
mainProgram = "gitea";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue