mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: onionshare-cli: Update git URL.
* gnu/packages/tor.scm (onionshare-cli)[source]: Update git URL.
This commit is contained in:
parent
aedd7dc8e0
commit
94b04fcd06
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ (define-public onionshare-cli
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/micahflee/onionshare")
|
(url "https://github.com/onionshare/onionshare")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
|
Loading…
Reference in a new issue