Electric Coin Company

This commit is contained in:
Dimitris Apostolou 2019-03-20 09:04:32 +02:00 committed by GitHub
parent 6158f0a4fa
commit 7420711d9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate, permanently any contributor for other behaviors that they deem inappropriate,
threatening, offensive, or harmful. Note that contributors may be volunteers threatening, offensive, or harmful. Note that contributors may be volunteers
who do not represent Zcash Company. They are free to express their own who do not represent Electric Coin Company. They are free to express their own
opinions so long as they adhere to these guidelines. opinions so long as they adhere to these guidelines.
By adopting this Code of Conduct, project maintainers commit themselves to By adopting this Code of Conduct, project maintainers commit themselves to

View File

@ -1,7 +1,7 @@
Source: zcash Source: zcash
Section: utils Section: utils
Priority: optional Priority: optional
Maintainer: Zcash Company <team@z.cash> Maintainer: Electric Coin Company <team@z.cash>
Homepage: https://z.cash Homepage: https://z.cash
Build-Depends: autoconf, automake, bsdmainutils, build-essential, Build-Depends: autoconf, automake, bsdmainutils, build-essential,
git, g++-multilib, libc6-dev, libtool, git, g++-multilib, libc6-dev, libtool,

View File

@ -1,6 +1,6 @@
Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174
Upstream-Name: Zcash Upstream-Name: Zcash
Upstream-Contact: Zcash Company <team@z.cash> Upstream-Contact: Electric Coin Company <team@z.cash>
Source: https://github.com/zcash/zcash Source: https://github.com/zcash/zcash
Files: * Files: *

View File

@ -292,7 +292,7 @@ def gen_release_notes(release, releasefrom):
@phase('Updating debian changelog.') @phase('Updating debian changelog.')
def update_debian_changelog(release): def update_debian_changelog(release):
os.environ['DEBEMAIL'] = 'team@z.cash' os.environ['DEBEMAIL'] = 'team@z.cash'
os.environ['DEBFULLNAME'] = 'Zcash Company' os.environ['DEBFULLNAME'] = 'Electric Coin Company'
sh_log( sh_log(
'debchange', 'debchange',
'--newversion', release.debversion, '--newversion', release.debversion,