Skip to content

Commit

Permalink
forgejo: add bendlas to maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
bendlas committed Jul 4, 2023
1 parent 5205c73 commit 47505ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/version-management/forgejo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ buildGoModule rec {
homepage = "https://forgejo.org";
changelog = "https://codeberg.org/forgejo/forgejo/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ emilylange urandom ];
maintainers = with maintainers; [ emilylange urandom bendlas ];
broken = stdenv.isDarwin;
mainProgram = "gitea";
};
Expand Down

0 comments on commit 47505ec

Please sign in to comment.