dialohq / ocaml-grpc

gRPC library for OCaml
https://dialohq.github.io/ocaml-grpc
BSD 3-Clause "New" or "Revised" License
60 stars 9 forks source link

Update maintainer and add all contributors #20

Closed quernd closed 1 year ago

quernd commented 1 year ago

In preparation for an OPAM release, I updated the maintainer (that will be me, unless somebody is eager to 😸) as well as the list of authors (all contributors in chronological order taken from git log --reverse).

quernd commented 1 year ago

FYI, how to get that list of contributors (yes I know it's not pretty):

git log --reverse --no-merges --format="%aN <%aE>" | sort -u | paste -d'§' -s - | sed 's/§/, /g'