diff options
author | Leo Famulari <leo@famulari.name> | 2018-08-15 15:24:16 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-08-15 15:26:06 -0400 |
commit | a1225ae86706b52c022b770cb7be1a00e1cec819 (patch) | |
tree | 4884342e148540ee1c398c10cc04f28375d683aa /gnu/packages/bittorrent.scm | |
parent | 3a1002cefa1e439ee037e467d2e4fe4b909cbf34 (diff) | |
download | patches-a1225ae86706b52c022b770cb7be1a00e1cec819.tar patches-a1225ae86706b52c022b770cb7be1a00e1cec819.tar.gz |
gnu: tremc: Update URLs.
* gnu/packages/bittorrent.scm (tremc)[source, home-page]: Update URLs.
Diffstat (limited to 'gnu/packages/bittorrent.scm')
-rw-r--r-- | gnu/packages/bittorrent.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm index 4d1d141e4a..3937fac745 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -186,7 +186,7 @@ XML-RPC over SCGI.") (origin (method git-fetch) (uri (git-reference - (url "https://github.com/louipc/tremc.git") + (url "https://github.com/tremc/tremc.git") (commit version))) (file-name (git-file-name name version)) (sha256 @@ -206,7 +206,7 @@ XML-RPC over SCGI.") (synopsis "Console client for the Transmission BitTorrent daemon") (description "Tremc is a console client, with a curses interface, for the Transmission BitTorrent daemon.") - (home-page "https://github.com/louipc/tremc") + (home-page "https://github.com/tremc/tremc") (license l:gpl3+))) (define-public transmission-remote-cli |