Skip to content

Commit 315cd4f

Browse files
committed
chore: update maintainer(s)
1 parent 2ea9026 commit 315cd4f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN GOOS=linux CGO_ENABLED=0 go build -ldflags "-X main.buildVersion=${VERSION}"
1414

1515
FROM alpine:3.13
1616

17-
LABEL maintainer="Jason Wilder <mail@jasonwilder.com>"
17+
LABEL maintainer="Nicolas Duchon <nicolas.duchon@gmail.com> (@buchdag)"
1818

1919
ENV DOCKER_HOST unix:///tmp/docker.sock
2020

Dockerfile.debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN GOOS=linux go build -ldflags "-X main.buildVersion=${VERSION}" -o docker-gen
1414

1515
FROM debian:11-slim
1616

17-
LABEL maintainer="Jason Wilder <mail@jasonwilder.com>"
17+
LABEL maintainer="Nicolas Duchon <nicolas.duchon@gmail.com> (@buchdag)"
1818

1919
ENV DOCKER_HOST unix:///tmp/docker.sock
2020

LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 Jason Wilder
3+
Copyright (c) 2014-2021 Jason Wilder
4+
Copyright (c) 2021-2022 Nicolas Duchon
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)