mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: bitcoin: Use language-agnostic home page.
* gnu/packages/finance.scm (beancount)[home-page]: Remove "/en".
This commit is contained in:
parent
c5320bdf06
commit
6f3961ec00
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ (define-public bitcoin-core-0.21
|
|||
"python3" "./test/functional/test_runner.py"
|
||||
(string-append "--jobs=" (number->string (parallel-job-count))))
|
||||
#t)))))
|
||||
(home-page "https://bitcoin.org/en/")
|
||||
(home-page "https://bitcoin.org/")
|
||||
(synopsis "Bitcoin peer-to-peer client")
|
||||
(description
|
||||
"Bitcoin is a digital currency that enables instant payments to anyone
|
||||
|
|
Loading…
Reference in a new issue