diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-07-24 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-07-24 02:00:00 +0200 |
commit | 6f3961ec00bb747ed4dcb771a4c2afb83d3d8dde (patch) | |
tree | 4e4e0a16b7b2b9e855bd9ac0b5b0dc50477bb1c3 /gnu/packages/finance.scm | |
parent | c5320bdf0698484f05fa18893c4b6e682e21daea (diff) |
gnu: bitcoin: Use language-agnostic home page.
* gnu/packages/finance.scm (beancount)[home-page]: Remove "/en".
Diffstat (limited to 'gnu/packages/finance.scm')
-rw-r--r-- | gnu/packages/finance.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 444a1bb9be..adceb98f83 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -190,7 +190,7 @@ "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 |