diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-11 23:52:28 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-11 23:56:39 -0400 |
commit | 94b04fcd06688e0d3e7e839b539cc820bc273efc (patch) | |
tree | 73f08c7459ec89f375d5738973c68f15c31b58c5 /gnu/packages/tor.scm | |
parent | aedd7dc8e085788fbaf066754eb3387edb719335 (diff) |
gnu: onionshare-cli: Update git URL.
* gnu/packages/tor.scm (onionshare-cli)[source]: Update git URL.
Diffstat (limited to 'gnu/packages/tor.scm')
-rw-r--r-- | gnu/packages/tor.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm index 0933815016..452e41bf83 100644 --- a/gnu/packages/tor.scm +++ b/gnu/packages/tor.scm @@ -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 |