Update deb-build.sh

change email
This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-10-26 11:41:54 +07:00 committed by GitHub
parent 70d6ad6682
commit d28af0a3ab
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