diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2022-01-13 17:09:36 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2022-01-14 11:41:21 +0200 |
| commit | 12bccb8e3b08ecb44da89f0b54dd183169ccff73 (patch) | |
| tree | bb7a20216e95f4eb0405356b30bc18d31b254e57 | |
| parent | b32f645c02c3c6856d3204c47ed45f1259fc81d7 (diff) | |
gnu: aria2: Add release-monitoring-property.
* gnu/packages/bittorrent.scm (aria2)[properties]: New field.
| -rw-r--r-- | gnu/packages/bittorrent.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm index 4a84fbf8f51..7716bcc88b8 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | ;;; Copyright © 2014 Taylan Ulrich Bayirli/Kammer <taylanbayirli@gmail.com> | 2 | ;;; Copyright © 2014 Taylan Ulrich Bayirli/Kammer <taylanbayirli@gmail.com> |
| 3 | ;;; Copyright © 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org> | 3 | ;;; Copyright © 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org> |
| 4 | ;;; Copyright © 2016, 2017, 2018, 2019, 2020 Leo Famulari <leo@famulari.name> | 4 | ;;; Copyright © 2016, 2017, 2018, 2019, 2020 Leo Famulari <leo@famulari.name> |
| 5 | ;;; Copyright © 2016, 2017, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il> | 5 | ;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2022 Efraim Flashner <efraim@flashner.co.il> |
| 6 | ;;; Copyright © 2016 Tomáš Čech <sleep_walker@gnu.org> | 6 | ;;; Copyright © 2016 Tomáš Čech <sleep_walker@gnu.org> |
| 7 | ;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> | 7 | ;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> |
| 8 | ;;; Copyright © 2017 Jelle Licht <jlicht@fsfe.org> | 8 | ;;; Copyright © 2017 Jelle Licht <jlicht@fsfe.org> |
| @@ -340,6 +340,8 @@ maintained upstream.") | |||
| 340 | "Aria2 is a lightweight, multi-protocol & multi-source command-line | 340 | "Aria2 is a lightweight, multi-protocol & multi-source command-line |
| 341 | download utility. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. | 341 | download utility. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. |
| 342 | Aria2 can be manipulated via built-in JSON-RPC and XML-RPC interfaces.") | 342 | Aria2 can be manipulated via built-in JSON-RPC and XML-RPC interfaces.") |
| 343 | (properties | ||
| 344 | '((release-monitoring-url . "https://github.com/aria2/aria2/releases"))) | ||
| 343 | (license l:gpl2+))) | 345 | (license l:gpl2+))) |
| 344 | 346 | ||
| 345 | (define-public uget | 347 | (define-public uget |
