gnu: tremc: Update URLs.
* gnu/packages/bittorrent.scm (tremc)[source, home-page]: Update URLs.
This commit is contained in:
parent
3a1002cefa
commit
a1225ae867
|
@ -186,7 +186,7 @@ XML-RPC over SCGI.")
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/louipc/tremc.git")
|
(url "https://github.com/tremc/tremc.git")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
@ -206,7 +206,7 @@ XML-RPC over SCGI.")
|
||||||
(synopsis "Console client for the Transmission BitTorrent daemon")
|
(synopsis "Console client for the Transmission BitTorrent daemon")
|
||||||
(description "Tremc is a console client, with a curses interface, for the
|
(description "Tremc is a console client, with a curses interface, for the
|
||||||
Transmission BitTorrent daemon.")
|
Transmission BitTorrent daemon.")
|
||||||
(home-page "https://github.com/louipc/tremc")
|
(home-page "https://github.com/tremc/tremc")
|
||||||
(license l:gpl3+)))
|
(license l:gpl3+)))
|
||||||
|
|
||||||
(define-public transmission-remote-cli
|
(define-public transmission-remote-cli
|
||||||
|
|
Loading…
Reference in New Issue