Skip to content

Commit 879230a

Browse files
Use a stable team email for changelog updates
1 parent 2158bc7 commit 879230a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

RPMS/Fedora/scripts/update-changelog.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if "$SCRIPTS_DIR/parse-changelog.sh" "$SPEC" | \
2828
fi
2929

3030
CHANGELOG_PKG_REV=1
31-
CHANGELOG_EMAIL='[email protected].com'
31+
CHANGELOG_EMAIL='teamrabbitmq@gmail.com'
3232
CHANGELOG_COMMENT='New upstream release.'
3333

3434
awk "

common/LICENSE.head

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
This package, the RabbitMQ server is licensed under the MPL2.0.
22

33
If you have any questions regarding licensing, please contact us at
4-
4+
teamrabbitmq@gmail.com.
55

debs/Debian/debian/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: rabbitmq-server
22
Section: net
33
Priority: extra
4-
Maintainer: RabbitMQ Team <[email protected].com>
4+
Maintainer: RabbitMQ Team <teamrabbitmq@gmail.com>
55
Uploaders: Michael Klishin <[email protected]>,
66
Karl Nilsson <[email protected]>,
77
Jean-Sébastien Pédron <[email protected]>

debs/Debian/scripts/update-changelog.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ${PACKAGE_NAME} (${PACKAGE_VERSION}-1) unstable; urgency=low
2222
2323
* New Upstream Release.
2424
25-
-- RabbitMQ Team <[email protected].com> ${CHANGELOG_DATE}
25+
-- RabbitMQ Team <teamrabbitmq@gmail.com> ${CHANGELOG_DATE}
2626
2727
EOF
2828

0 commit comments

Comments
 (0)