Replace non-existing contact email

To make it clear that there will be no response when using it
This commit is contained in:
Christoph Atteneder 2021-01-14 10:29:17 +01:00
parent 48ef1453f9
commit 7cf741033c
No known key found for this signature in database
GPG key ID: CD5DC1C529CDFD3B

View file

@ -448,7 +448,7 @@ task packageInstallers {
// Package deb
executeCmd(jPackageFilePath + commonOpts + linuxOpts +
" --linux-deb-maintainer contact@bisq.network" +
" --linux-deb-maintainer noreply@bisq.network" +
" --type deb")
// Clean jpackage temp folder, needs to be empty for the next packaging step (rpm)