diff options
| author | Konstantin Pavlov <thresh@nginx.com> | 2025-08-18 15:24:45 -0700 |
|---|---|---|
| committer | Andrew Clayton <a.clayton@nginx.com> | 2025-09-03 21:06:15 +0100 |
| commit | 19fa55e9f43e1c20de444f24b2db6fa59cc97132 (patch) | |
| tree | 7da3b6090fbf2dc4461b3e892703a2623d84e734 | |
| parent | d94578cba100afd335ca057cd34e916adafa1921 (diff) | |
| download | unit-19fa55e9f43e1c20de444f24b2db6fa59cc97132.tar.gz unit-19fa55e9f43e1c20de444f24b2db6fa59cc97132.tar.bz2 | |
Docker: specify real names and handles of Maintainers
Those are used for notifications from Docker Library.
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
| -rw-r--r-- | pkg/docker/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkg/docker/Makefile b/pkg/docker/Makefile index 23401e7e..f480bf59 100644 --- a/pkg/docker/Makefile +++ b/pkg/docker/Makefile @@ -121,7 +121,9 @@ build-%: Dockerfile.% library: @echo "# this file is generated via https://github.com/nginx/unit/blob/$(shell git describe --always --abbrev=0 HEAD)/pkg/docker/Makefile" @echo "" - @echo "Maintainers: Unit Docker Maintainers <docker-maint@nginx.com> (@nginx)" + @echo "Maintainers: Unit Docker Maintainers <docker-maint@nginx.com> (@nginx)," + @echo " Konstantin Pavlov (@thresheek)," + @echo " Igor Ippolitov (@oxpa)" @echo "GitRepo: https://github.com/nginx/unit.git" @previous=""; \ for mod in $(MODVERSIONS); do \ |
