update repository link

This commit is contained in:
kvazar-network 2024-06-13 09:37:44 +03:00
parent 31d1aea975
commit 2afbb4472e
7 changed files with 8 additions and 9 deletions

View File

@ -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: |

View File

@ -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"

View File

@ -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: |

View File

@ -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.

View File

@ -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

View File

@ -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:

View File

@ -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