mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: transmission-remote-cli: Superseded by tremc.
* gnu/packages/bittorrent.scm (transmission-remote-cli)[properties]: New field.
This commit is contained in:
parent
e906f4e116
commit
aaf111a2c4
1 changed files with 5 additions and 3 deletions
|
@ -179,7 +179,7 @@ (define-public tremc
|
|||
(revision "0"))
|
||||
(package
|
||||
(name "tremc")
|
||||
(version (string-append "0.0.0-" revision "." (string-take commit 7)))
|
||||
(version (string-append "0.9.0-" revision "." (string-take commit 7)))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -254,9 +254,11 @@ (define-public transmission-remote-cli
|
|||
completions)))))))
|
||||
(synopsis "Console client for the Transmission BitTorrent daemon")
|
||||
(description "Transmission-remote-cli is a console client, with a curses
|
||||
interface, for the Transmission BitTorrent daemon.")
|
||||
interface, for the Transmission BitTorrent daemon. This package is no longer
|
||||
maintained upstream.")
|
||||
(home-page "https://github.com/fagga/transmission-remote-cli")
|
||||
(license l:gpl3+)))
|
||||
(license l:gpl3+)
|
||||
(properties `((superseded . ,tremc)))))
|
||||
|
||||
(define-public aria2
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue