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

Commit b2213aa

Browse files
committed
deb/pack.sh: fix maintainer email
Correct the email alias used in the "Maintainer" property of the Debian package. Reported-by: Jeff Hostetler <jeffhostetler@github.com> Signed-off-by: Victoria Dye <vdye@github.com>
1 parent 35a95e4 commit b2213aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/package/deb/pack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Section: vcs
8181
Priority: optional
8282
Architecture: $ARCH
8383
Depends:
84-
Maintainer: Git Bundle Server <gitfundamentals@github.com>
84+
Maintainer: Git Bundle Server <git-fundamentals@github.com>
8585
Description: A self-hostable Git bundle server.
8686
EOF
8787

0 commit comments

Comments
 (0)