guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: file: Add 'release-monitoring-url' property.


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

civodul pushed a commit to branch master
in repository guix.

commit 51fa1b6ea5255b3b9112d0c9c86814019955a2a7
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Apr 4 15:46:47 2021 +0200

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

diff --git a/gnu/packages/file.scm b/gnu/packages/file.scm
index bac951f..3f1145b 100644
--- a/gnu/packages/file.scm
+++ b/gnu/packages/file.scm
@@ -46,6 +46,8 @@
                       `(("self" ,this-package))
                       '()))
 
+   (properties
+    `((release-monitoring-url . "http://ftp.astron.com/pub/file/";)))
    (synopsis "File type guesser")
    (description
     "The file command is a file type guesser, a command-line tool that tells



reply via email to

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