efraim pushed a commit to branch master
in repository guix.

commit 12bccb8e3b08ecb44da89f0b54dd183169ccff73
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Jan 13 17:09:36 2022 +0200

    gnu: aria2: Add release-monitoring-property.
    
    * gnu/packages/bittorrent.scm (aria2)[properties]: New field.
---
 gnu/packages/bittorrent.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 4a84fbf8f5..7716bcc88b 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2014 Taylan Ulrich Bayirli/Kammer <[email protected]>
 ;;; Copyright © 2014, 2015, 2016 Ludovic Courtès <[email protected]>
 ;;; Copyright © 2016, 2017, 2018, 2019, 2020 Leo Famulari <[email protected]>
-;;; Copyright © 2016, 2017, 2018, 2019, 2020 Efraim Flashner 
<[email protected]>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2022 Efraim Flashner 
<[email protected]>
 ;;; Copyright © 2016 Tomáš Čech <[email protected]>
 ;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice 
<[email protected]>
 ;;; Copyright © 2017 Jelle Licht <[email protected]>
@@ -340,6 +340,8 @@ maintained upstream.")
       "Aria2 is a lightweight, multi-protocol & multi-source command-line
 download utility.  It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
 Aria2 can be manipulated via built-in JSON-RPC and XML-RPC interfaces.")
+    (properties
+     '((release-monitoring-url . "https://github.com/aria2/aria2/releases";)))
     (license l:gpl2+)))
 
 (define-public uget

Reply via email to