Skip to content

Commit

Permalink
Fix email address in docker files.
Browse files Browse the repository at this point in the history
  • Loading branch information
aveshagarwal committed Feb 12, 2020
1 parent 7a6e095 commit 83ee94d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN make

FROM scratch

MAINTAINER Avesh Agarwal <avagarwa@redhat.com>
MAINTAINER Avesh Agarwal <avesh.ncsu@gmail.com>

COPY --from=0 /go/src/sigs.k8s.io/descheduler/_output/bin/descheduler /bin/descheduler

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.
FROM scratch

MAINTAINER Avesh Agarwal <avagarwa@redhat.com>
MAINTAINER Avesh Agarwal <avesh.ncsu@gmail.com>

COPY _output/bin/descheduler /bin/descheduler

Expand Down

0 comments on commit 83ee94d

Please sign in to comment.