diff --git a/contrib/gitian-descriptors/gitian-linux.yml b/contrib/gitian-descriptors/gitian-linux.yml index 0f1cd8899..8659fa09f 100644 --- a/contrib/gitian-descriptors/gitian-linux.yml +++ b/contrib/gitian-descriptors/gitian-linux.yml @@ -28,7 +28,7 @@ packages: - "ca-certificates" - "python" remotes: -- "url": "https://github.com/kevacoin-project/kevacoin.git" +- "url": "https://github.com/kvazar-network/kevacoin.git" "dir": "kevacoin" files: [] script: | diff --git a/contrib/gitian-descriptors/gitian-osx.yml b/contrib/gitian-descriptors/gitian-osx.yml index 36cb70de2..9dbef0d98 100644 --- a/contrib/gitian-descriptors/gitian-osx.yml +++ b/contrib/gitian-descriptors/gitian-osx.yml @@ -28,7 +28,7 @@ packages: - "python-setuptools" - "fonts-tuffy" remotes: -- "url": "https://github.com/kevacoin-project/kevacoin.git" +- "url": "https://github.com/kvazar-network/kevacoin.git" "dir": "kevacoin" files: - "MacOSX10.11.sdk.tar.gz" diff --git a/contrib/gitian-descriptors/gitian-win.yml b/contrib/gitian-descriptors/gitian-win.yml index e916d0c76..c4451f3e0 100644 --- a/contrib/gitian-descriptors/gitian-win.yml +++ b/contrib/gitian-descriptors/gitian-win.yml @@ -22,7 +22,7 @@ packages: - "ca-certificates" - "python" remotes: -- "url": "https://github.com/kevacoin-project/kevacoin.git" +- "url": "https://github.com/kvazar-network/kevacoin.git" "dir": "kevacoin" files: [] script: | diff --git a/doc/build-openbsd.md b/doc/build-openbsd.md index 78f1ef448..3e9ef8f22 100644 --- a/doc/build-openbsd.md +++ b/doc/build-openbsd.md @@ -18,7 +18,7 @@ pkg_add automake # (select highest version, e.g. 1.15) pkg_add python # (select highest version, e.g. 3.6) pkg_add boost -git clone https://github.com/kevacoin-project/kevacoin.git +git clone https://github.com/kvazar-network/kevacoin.git ``` See [dependencies.md](dependencies.md) for a complete overview. @@ -97,4 +97,3 @@ If your user is in the `staff` group the limit can be raised with: The change will only affect the current shell and processes spawned by it. To make the change system-wide, change `datasize-cur` and `datasize-max` in `/etc/login.conf`, and reboot. - diff --git a/doc/build-unix.md b/doc/build-unix.md index ef264629e..f44cebeb9 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -259,7 +259,7 @@ Setup and Build Example: Arch Linux This example lists the steps necessary to setup and build a command line only, non-wallet distribution of the latest changes on Arch Linux: pacman -S git base-devel boost libevent python - git clone https://github.com/kevacoin-project/kevacoin.git + git clone https://github.com/kvazar-network/kevacoin.git cd kevacoin/ ./autogen.sh ./configure --disable-wallet --without-gui --without-miniupnpc diff --git a/doc/build-windows.md b/doc/build-windows.md index 8448cc8fd..2ca0c0824 100644 --- a/doc/build-windows.md +++ b/doc/build-windows.md @@ -85,7 +85,7 @@ This means you cannot use a directory that located directly on the host Windows The next three steps are an example of how to acquire the source in an appropriate way. cd /usr/src - sudo git clone https://github.com/kevacoin-project/kevacoin.git + sudo git clone https://github.com/kvazar-network/kevacoin.git sudo chmod -R a+rw kevacoin Once the source code is ready the build steps are below. @@ -115,7 +115,7 @@ This means you cannot use a directory that located directly on the host Windows The next three steps are an example of how to acquire the source in an appropriate way. cd /usr/src - sudo git clone https://github.com/kevacoin-project/kevacoin.git + sudo git clone https://github.com/kvazar-network/kevacoin.git sudo chmod -R a+rw kevacoin Then build using: diff --git a/doc/release-process.md b/doc/release-process.md index b263296e8..56592d41f 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -36,7 +36,7 @@ Check out the source code in the following directory hierarchy. git clone https://github.com/kevacoin-project/gitian.sigs.ltc.git git clone https://github.com/kevacoin-project/kevacoin-detached-sigs.git git clone https://github.com/devrandom/gitian-builder.git - git clone https://github.com/kevacoin-project/kevacoin.git + git clone https://github.com/kvazar-network/kevacoin.git ### Kevacoin maintainers/release engineers, suggestion for writing release notes