guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: bitcoin: Use language-agnostic home page.


From: guix-commits
Subject: 02/05: gnu: bitcoin: Use language-agnostic home page.
Date: Wed, 27 Jul 2022 07:47:39 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6f3961ec00bb747ed4dcb771a4c2afb83d3d8dde
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 24 02:00:00 2022 +0200

    gnu: bitcoin: Use language-agnostic home page.
    
    * gnu/packages/finance.scm (beancount)[home-page]: Remove "/en".
---
 gnu/packages/finance.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]