Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 19fa55e

Browse files
thresheekac000
authored andcommitted
Docker: specify real names and handles of Maintainers
Those are used for notifications from Docker Library. Signed-off-by: Andrew Clayton <[email protected]>
1 parent d94578c commit 19fa55e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkg/docker/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ build-%: Dockerfile.%
121121
library:
122122
@echo "# this file is generated via https://github.com/nginx/unit/blob/$(shell git describe --always --abbrev=0 HEAD)/pkg/docker/Makefile"
123123
@echo ""
124-
@echo "Maintainers: Unit Docker Maintainers <[email protected]> (@nginx)"
124+
@echo "Maintainers: Unit Docker Maintainers <[email protected]> (@nginx),"
125+
@echo " Konstantin Pavlov (@thresheek),"
126+
@echo " Igor Ippolitov (@oxpa)"
125127
@echo "GitRepo: https://github.com/nginx/unit.git"
126128
@previous=""; \
127129
for mod in $(MODVERSIONS); do \

0 commit comments

Comments
 (0)