Update deb-build.sh

change emai
This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-10-26 11:42:47 +07:00 committed by GitHub
parent eb15c82fff
commit 8c01766d90
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ echo "Version: $version" >> $control
echo "Source: parity" >> $control
echo "Section: science" >> $control
echo "Priority: extra" >> $control
echo "Maintainer: Ethcore <admin@ethcore.io>" >> $control
echo "Maintainer: Ethcore <devops@ethcore.io>" >> $control
echo "Build-Depends: debhelper (>=9)" >> $control
echo "Standards-Version: 3.9.5" >> $control
echo "Homepage: https://ethcore.io" >> $control