Update project URL
This commit is contained in:
parent
dd1304ec21
commit
b07b103e8a
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ Bitcoin Core integration/staging tree
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/bitcoin/bitcoin.svg?branch=master)](https://travis-ci.org/bitcoin/bitcoin)
|
[![Build Status](https://travis-ci.org/bitcoin/bitcoin.svg?branch=master)](https://travis-ci.org/bitcoin/bitcoin)
|
||||||
|
|
||||||
https://www.bitcoin.org
|
https://bitcoincore.org
|
||||||
|
|
||||||
What is Bitcoin?
|
What is Bitcoin?
|
||||||
----------------
|
----------------
|
||||||
|
|
|
@ -23,7 +23,7 @@ Build-Depends: debhelper,
|
||||||
libprotobuf-dev, protobuf-compiler,
|
libprotobuf-dev, protobuf-compiler,
|
||||||
python
|
python
|
||||||
Standards-Version: 3.9.2
|
Standards-Version: 3.9.2
|
||||||
Homepage: https://www.bitcoin.org/
|
Homepage: https://bitcoincore.org/
|
||||||
Vcs-Git: git://github.com/bitcoin/bitcoin.git
|
Vcs-Git: git://github.com/bitcoin/bitcoin.git
|
||||||
Vcs-Browser: https://github.com/bitcoin/bitcoin
|
Vcs-Browser: https://github.com/bitcoin/bitcoin
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ SetCompressor /SOLID lzma
|
||||||
!define REGKEY "SOFTWARE\$(^Name)"
|
!define REGKEY "SOFTWARE\$(^Name)"
|
||||||
!define VERSION @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@
|
!define VERSION @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@
|
||||||
!define COMPANY "Bitcoin Core project"
|
!define COMPANY "Bitcoin Core project"
|
||||||
!define URL http://www.bitcoin.org/
|
!define URL https://bitcoincore.org/
|
||||||
|
|
||||||
# MUI Symbol Definitions
|
# MUI Symbol Definitions
|
||||||
!define MUI_ICON "@abs_top_srcdir@/share/pixmaps/bitcoin.ico"
|
!define MUI_ICON "@abs_top_srcdir@/share/pixmaps/bitcoin.ico"
|
||||||
|
|
Loading…
Reference in a new issue