Skip to content

Commit

Permalink
update some urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Vasin committed Sep 9, 2017
1 parent 3edbf17 commit 455cb4a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions contrib/debian/control
Expand Up @@ -20,8 +20,8 @@ Build-Depends: debhelper,
libqrencode-dev
Standards-Version: 3.9.2
Homepage: http://www.blackcoin.co/
Vcs-Git: git://github.com/rat4/blackcoin.git
Vcs-Browser: http://github.com/rat4/blackcoin
Vcs-Git: git://github.com/CoinBlack/blackcoin.git
Vcs-Browser: http://github.com/CoinBlack/blackcoin

Package: blackcoind
Architecture: any
Expand Down
2 changes: 1 addition & 1 deletion contrib/debian/watch
@@ -1,4 +1,4 @@
# Run the "uscan" command to check for upstream updates and more.
version=4
opts=uversionmangle=s/(\d)(alpha|beta|rc)/$1~$2/,dversionmangle=s/~dfsg\d*// \
http://githubredir.debian.net/github/rat4/blackcoin v(.*).tar.gz
http://githubredir.debian.net/github/CoinBlack/blackcoin v(.*).tar.gz
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/README
Expand Up @@ -13,7 +13,7 @@ Sanity checks:

Once you've got the right hardware and software:

git clone git://github.com/rat4/bitcoin.git
git clone git://github.com/CoinBlack/blackcoin.git
git clone git://github.com/devrandom/gitian-builder.git
mkdir gitian-builder/inputs
wget 'http://miniupnp.tuxfamily.org/files/download.php?file=miniupnpc-1.6.tar.gz' -O gitian-builder/inputs/miniupnpc-1.6.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-win32.yml
Expand Up @@ -12,7 +12,7 @@ packages:
- "faketime"
reference_datetime: "2011-01-30 00:00:00"
remotes:
- "url": "https://github.com/rat4/blackcoin.git"
- "url": "https://github.com/CoinBlack/blackcoin.git"
"dir": "blackcoin"
files:
- "qt-win32-4.7.4-gitian.zip"
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian.yml
Expand Up @@ -20,7 +20,7 @@ packages:
- "libpng12-dev"
reference_datetime: "2011-01-30 00:00:00"
remotes:
- "url": "https://github.com/rat4/blackcoin.git"
- "url": "https://github.com/CoinBlack/blackcoin.git"
"dir": "blackcoin"
files:
- "miniupnpc-1.6.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion doc/build-osx.txt
Expand Up @@ -27,7 +27,7 @@ but you can get the current version from http://developer.apple.com

1. Clone the github tree to get the source code:

git clone https://github.com/rat4/blackcoin.git blackcoin
git clone https://github.com/CoinBlack/blackcoin.git blackcoin

2. Download and install MacPorts from http://www.macports.org/

Expand Down

0 comments on commit 455cb4a

Please sign in to comment.