mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01: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 @@ networks.")
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/micahflee/onionshare")
|
||||
(url "https://github.com/onionshare/onionshare")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
Loading…
Reference in a new issue