guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/09: gnu: ncftp: Add 'release-monitoring-url' property.


From: guix-commits
Subject: 02/09: gnu: ncftp: Add 'release-monitoring-url' property.
Date: Mon, 5 Apr 2021 06:03:51 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit a4bf1b1a4d83a273c729184b2bcb2cd0525fe8c5
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Apr 4 15:42:41 2021 +0200

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

diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm
index 9715c3e..961ce3a 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2014, 2015, 2018 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2014, 2015, 2018, 2021, 2021 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
 ;;; Copyright © 2016–2021 Tobias Geerinckx-Rice <me@tobias.gr>
@@ -118,6 +118,8 @@ reliability in mind.")
                     (("a freeware program")
                      "free software"))
                   #t))))
+    (properties
+     `((release-monitoring-url . "https://www.ncftp.com/download/";)))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]