aboutsummaryrefslogtreecommitdiff
path: root/contrib/README.md
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-01-20 13:39:19 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-01-20 13:39:31 +0100
commite6f97efbca63faaf250368493cdeb308af34dc85 (patch)
tree420dcc12475469562a20cc6485863b5c9bee8363 /contrib/README.md
parent55781444130c359307d0611b310c6f5e8a511e91 (diff)
parentda6d18b6c7a4c305b661684ccda23083731bbb08 (diff)
downloadbitcoin-e6f97efbca63faaf250368493cdeb308af34dc85.tar.xz
Merge pull request #7378
da6d18b devtools: replace github-merge with python version (Wladimir J. van der Laan)
Diffstat (limited to 'contrib/README.md')
-rw-r--r--contrib/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/README.md b/contrib/README.md
index 125594312b..b6e572102a 100644
--- a/contrib/README.md
+++ b/contrib/README.md
@@ -11,10 +11,10 @@ Repository Tools
### [Developer tools](/contrib/devtools) ###
Specific tools for developers working on this repository.
-Contains the script `github-merge.sh` for merging github pull requests securely and signing them using GPG.
+Contains the script `github-merge.py` for merging github pull requests securely and signing them using GPG.
### [Verify-Commits](/contrib/verify-commits) ###
-Tool to verify that every merge commit was signed by a developer using the above `github-merge.sh` script.
+Tool to verify that every merge commit was signed by a developer using the above `github-merge.py` script.
### [Linearize](/contrib/linearize) ###
Construct a linear, no-fork, best version of the blockchain.