diff options
author | Peter Wu <peter@lekensteyn.nl> | 2020-02-14 23:21:52 +0000 |
---|---|---|
committer | Peter Wu <peter@lekensteyn.nl> | 2020-02-14 23:21:52 +0000 |
commit | a43fa170c712e5770ca06d7d3d9e2981f709fef6 (patch) | |
tree | 44b4613c10563ef14f614108ac0fd5ba3c4ed50b | |
parent | fda0ad2142ddbed6da6152c00c5cfacae7af7d2f (diff) | |
download | rspamd-a43fa170c712e5770ca06d7d3d9e2981f709fef6.tar.gz rspamd-a43fa170c712e5770ca06d7d3d9e2981f709fef6.zip |
[Minor] debian/control: Update Vcs-Git URL and maintainer
* Let Vcs-Git point to a secure transport.
* Use Vsevolod's email address as maintainer to avoid having to patch
this file in rspamd_build.sh. Mikhail is not the current maintainer of
the Debian package anyway.
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 293777037..6538ef7c7 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: rspamd Section: mail Priority: extra -Maintainer: Mikhail Gusarov <dottedmag@debian.org> +Maintainer: Vsevolod Stakhov <vsevolod@highsecure.ru> Build-Depends: cmake, debhelper (>= 10), libcurl4-openssl-dev, @@ -21,7 +21,7 @@ Build-Depends: cmake, zlib1g-dev Standards-Version: 3.9.6 Homepage: https://rspamd.com -Vcs-Git: git://github.com/vstakhov/rspamd.git +Vcs-Git: https://github.com/vstakhov/rspamd.git Vcs-Browser: https://github.com/vstakhov/rspamd Package: rspamd |