diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2010-09-10 11:43:55 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2010-09-10 11:43:55 +0100 |
| commit | 897bf8e7fa5cb321e048e737a405adc6c4ae3bc4 (patch) | |
| tree | ee4d0afcb5cc5af6ea137997828f7db2dc052cb4 | |
| parent | 7add764519092e91c21ff1385b37878f1e57b93b (diff) | |
| download | rabbitmq-server-git-897bf8e7fa5cb321e048e737a405adc6c4ae3bc4.tar.gz | |
Correcting maintainers field in debian control file
| -rw-r--r-- | packaging/debs/Debian/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/debs/Debian/debian/control b/packaging/debs/Debian/debian/control index a44f49a0e0..4afc66aca4 100644 --- a/packaging/debs/Debian/debian/control +++ b/packaging/debs/Debian/debian/control @@ -1,7 +1,7 @@ Source: rabbitmq-server Section: net Priority: extra -Maintainer: Tony Garnock-Jones <tonyg@rabbitmq.com> +Maintainer: RabbitMQ Team <packaging@rabbitmq.com> Build-Depends: cdbs, debhelper (>= 5), erlang-dev, python-simplejson, xmlto, xsltproc Standards-Version: 3.8.0 |
