mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 11:09:41 -05:00
gnu: bitcoin-unlimited: Use new source repository.
* gnu/packages/finance.scm (bitcoin-unlimited)[source]: Update git repository URL.
This commit is contained in:
parent
bed31da50d
commit
535417a6cb
1 changed files with 1 additions and 1 deletions
|
@ -1409,7 +1409,7 @@ (define-public bitcoin-unlimited
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue