diff options
| author | Matt Corallo <[email protected]> | 2015-10-09 15:32:05 -0700 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2015-10-09 15:32:05 -0700 |
| commit | c7b36ccf4a9a71864d850d1c6f597351ba20430f (patch) | |
| tree | 80d0ee6c97581dd2fdc29b2939a2fde80b3ff621 | |
| parent | Update debian/changelog and slight tweak to debian/control (diff) | |
| download | discoin-c7b36ccf4a9a71864d850d1c6f597351ba20430f.tar.xz discoin-c7b36ccf4a9a71864d850d1c6f597351ba20430f.zip | |
Change URLs to https in debian/control
| -rw-r--r-- | contrib/debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/debian/control b/contrib/debian/control index abbea8b80..2fd68583c 100644 --- a/contrib/debian/control +++ b/contrib/debian/control @@ -23,9 +23,9 @@ Build-Depends: debhelper, libprotobuf-dev, protobuf-compiler, python Standards-Version: 3.9.2 -Homepage: http://www.bitcoin.org/ +Homepage: https://www.bitcoin.org/ Vcs-Git: git://github.com/bitcoin/bitcoin.git -Vcs-Browser: http://github.com/bitcoin/bitcoin +Vcs-Browser: https://github.com/bitcoin/bitcoin Package: bitcoind Architecture: any |