Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2023-10-11 14:17:13 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-10-16 09:44:29 +0300
commit6a2a7cf22046ca29e17bcaed629e997df6901bc2 (patch)
tree311f6ebd4c903c379d44093d6f41c514af164925
parent33ed1b9b4a8407326c5a1e188810526c7f9fcac3 (diff)
protogem: Update author name and address
The current author name and address of our Gitaly Protobuf Gem still lists Jacob Vosmaer, who has left GitLab a while ago. Let's update this to instead use "engineering@gitlab.com".
-rwxr-xr-xtools/protogem/build-proto-gem4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/protogem/build-proto-gem b/tools/protogem/build-proto-gem
index 9825719a7..57c877894 100755
--- a/tools/protogem/build-proto-gem
+++ b/tools/protogem/build-proto-gem
@@ -87,8 +87,8 @@ def build_gem(output_dir, output_path)
Gem::Specification.new do |spec|
spec.name = "gitaly"
spec.version = Gitaly::VERSION
- spec.authors = ["Jacob Vosmaer"]
- spec.email = ["jacob@gitlab.com"]
+ spec.authors = ["GitLab Engineering"]
+ spec.email = ["engineering@gitlab.com"]
spec.summary = %q{Auto-generated gRPC client for gitaly}
spec.description = %q{Auto-generated gRPC client for gitaly.}