diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2021-04-06 15:20:01 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-04-06 15:23:41 +0200 |
commit | 535417a6cbabaa0fc6b662f1cbc9078a7954fd0c (patch) | |
tree | b2c06fb990ccef0db7b2346d2698e67dbea4ea1a | |
parent | bed31da50d8edfefa7255d9e80ab837c2d88349e (diff) |
gnu: bitcoin-unlimited: Use new source repository.
* gnu/packages/finance.scm (bitcoin-unlimited)[source]: Update git repository
URL.
-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 08b7a95292..f18438bc88 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -1409,7 +1409,7 @@ following three utilities are included with the library: (origin (method git-fetch) (uri (git-reference - (url "https://github.com/BitcoinUnlimited/BitcoinUnlimited") + (url "https://gitlab.com/bitcoinunlimited/BCHUnlimited.git/") (commit (string-append "BCHunlimited" version)))) (file-name (git-file-name name version)) (sha256 |