From 8ed0a72c7b70eefb53580ed0245ed2aa28b9b835 Mon Sep 17 00:00:00 2001 From: Will Date: Tue, 26 May 2020 10:33:31 -0700 Subject: [PATCH] Update email address to non-alias for clusterfuzz login (#3878) --- projects/ipfs/Dockerfile | 2 +- projects/ipfs/project.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/ipfs/Dockerfile b/projects/ipfs/Dockerfile index ebc600fc9..cd3eb7814 100644 --- a/projects/ipfs/Dockerfile +++ b/projects/ipfs/Dockerfile @@ -15,7 +15,7 @@ ################################################################################ FROM gcr.io/oss-fuzz-base/base-builder -MAINTAINER willscott@protocol.io +MAINTAINER will.scott@protocol.io RUN go get -t github.com/ipfs/go-datastore COPY build.sh $SRC/ diff --git a/projects/ipfs/project.yaml b/projects/ipfs/project.yaml index 68ced8b21..dadaae66b 100644 --- a/projects/ipfs/project.yaml +++ b/projects/ipfs/project.yaml @@ -1,5 +1,5 @@ homepage: "https://github.com/ipfs/go-datastore" -primary_contact: "willscott@protocol.ai" +primary_contact: "will.scott@protocol.ai" auto_ccs : - "stebalien@protocol.ai" language: go