Skip to content

Commit

Permalink
Replace koto-dev with KotoDevelopers
Browse files Browse the repository at this point in the history
  • Loading branch information
wo01 committed May 31, 2018
1 parent ea57e76 commit 224bb0d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Building Koto

See the Koto github wiki (https://github.com/koto-dev/koto/wiki) for instructions on building kotod,
See the Koto github wiki (https://github.com/KotoDevelopers/koto/wiki) for instructions on building kotod,
the intended-for-services, no-graphical-interface, reference
implementation of Koto.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ https://github.com/zcash/zcash/wiki/1.0-User-Guide

### Need Help?

* See the documentation at the [Koto Wiki](https://github.com/koto-dev/wiki/wiki)
* See the documentation at the [Koto Wiki](https://github.com/KotoDevelopers/wiki/wiki)
for help and more information.
* Ask for help on the [Koto](https://discourse.koto.cash/) forum.

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ define(_ZC_BUILD_VAL, m4_if(m4_eval(_CLIENT_VERSION_BUILD < 25), 1, m4_incr(_CLI
define(_CLIENT_VERSION_SUFFIX, m4_if(m4_eval(_CLIENT_VERSION_BUILD < 25), 1, _CLIENT_VERSION_REVISION-beta$1, m4_eval(_CLIENT_VERSION_BUILD < 50), 1, _CLIENT_VERSION_REVISION-rc$1, m4_eval(_CLIENT_VERSION_BUILD == 50), 1, _CLIENT_VERSION_REVISION, _CLIENT_VERSION_REVISION-$1)))
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2017)
AC_INIT([Koto],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_SUFFIX(_ZC_BUILD_VAL)],[https://github.com/koto-dev/koto/issues],[koto])
AC_INIT([Koto],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_SUFFIX(_ZC_BUILD_VAL)],[https://github.com/KotoDevelopers/koto/issues],[koto])
AC_CONFIG_SRCDIR([src/main.cpp])
AC_CONFIG_HEADERS([src/config/bitcoin-config.h])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down
4 changes: 2 additions & 2 deletions contrib/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Build-Depends: autoconf, automake, bsdmainutils, build-essential,
git, g++-multilib, libc6-dev, libtool,
m4, ncurses-dev, pkg-config, python,
unzip, wget, zlib1g-dev
Vcs-Git: https://github.com/koto-dev/koto.git
Vcs-Browser: https://github.com/koto-dev/koto
Vcs-Git: https://github.com/KotoDevelopers/koto.git
Vcs-Browser: https://github.com/KotoDevelopers/koto

Package: koto
Architecture: amd64
Expand Down
4 changes: 2 additions & 2 deletions contrib/debian/copyright
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174
Upstream-Name: Koto
Upstream-Contact: The Koto Developers
Source: https://github.com/koto-dev/koto
Source: https://github.com/KotoDevelopers/koto

Files: *
Copyright: 2017, The Koto developers
Expand All @@ -10,7 +10,7 @@ Copyright: 2017, The Koto developers
License: Expat
Comment: The Bitcoin Core developers encompasses the current developers listed on bitcoin.org,
as well as the numerous contributors to the project.
The Koto developers are listed at https://github.com/koto-dev/wiki/blob/master/KotoCoreMember.md.
The Koto developers are listed at https://github.com/KotoDevelopers/wiki/blob/master/KotoCoreMember.md.

Files: depends/sources/libsodium-*.tar.gz
Copyright: 2013-2016 Frank Denis
Expand Down

0 comments on commit 224bb0d

Please sign in to comment.