Browse Source

Electric Coin Company

pull/245/head
Dimitris Apostolou 5 years ago
committed by GitHub
parent
commit
7420711d9e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      code_of_conduct.md
  2. 2
      contrib/debian/control
  3. 2
      contrib/debian/copyright
  4. 2
      zcutil/make-release.py

2
code_of_conduct.md

@ -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
permanently any contributor for other behaviors that they deem inappropriate,
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.
By adopting this Code of Conduct, project maintainers commit themselves to

2
contrib/debian/control

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

2
contrib/debian/copyright

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

2
zcutil/make-release.py

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

Loading…
Cancel
Save