From 28b66d1b58362de0204664a3e8e3bb271a212c59 Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Wed, 10 May 2017 23:19:08 +0300 Subject: [PATCH] Update deb-build.sh Ethcore -> Parity Technologies --- scripts/deb-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/deb-build.sh b/scripts/deb-build.sh index 2585f3186..62fdb3cad 100644 --- a/scripts/deb-build.sh +++ b/scripts/deb-build.sh @@ -18,7 +18,7 @@ echo "Version: $version" >> $control echo "Source: parity" >> $control echo "Section: science" >> $control echo "Priority: extra" >> $control -echo "Maintainer: Ethcore " >> $control +echo "Maintainer: Parity Technologies " >> $control echo "Build-Depends: debhelper (>=9)" >> $control echo "Standards-Version: 3.9.5" >> $control echo "Homepage: https://parity.io" >> $control @@ -26,7 +26,7 @@ echo "Vcs-Git: git://github.com/paritytech/parity.git" >> $control echo "Vcs-Browser: https://github.com/paritytech/parity" >> $control echo "Architecture: $1" >> $control echo "Depends: libssl1.0.0 (>=1.0.0)" >> $control -echo "Description: Ethereum network client by Ethcore" >> $control +echo "Description: Ethereum network client by Parity Technologies" >> $control #build .deb package exit