From 19fa55e9f43e1c20de444f24b2db6fa59cc97132 Mon Sep 17 00:00:00 2001 From: Konstantin Pavlov Date: Mon, 18 Aug 2025 15:24:45 -0700 Subject: Docker: specify real names and handles of Maintainers Those are used for notifications from Docker Library. Signed-off-by: Andrew Clayton --- pkg/docker/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 (@nginx)" + @echo "Maintainers: Unit Docker Maintainers (@nginx)," + @echo " Konstantin Pavlov (@thresheek)," + @echo " Igor Ippolitov (@oxpa)" @echo "GitRepo: https://github.com/nginx/unit.git" @previous=""; \ for mod in $(MODVERSIONS); do \ -- cgit