mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Replace non-existing contact email
To make it clear that there will be no response when using it
This commit is contained in:
parent
48ef1453f9
commit
7cf741033c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue