diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-04-04 15:46:47 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-04-05 12:03:08 +0200 |
commit | 51fa1b6ea5255b3b9112d0c9c86814019955a2a7 (patch) | |
tree | f4014f4380053e02740b9c5e29c078fa17fdd4e6 /gnu/packages | |
parent | a4bf1b1a4d83a273c729184b2bcb2cd0525fe8c5 (diff) |
gnu: file: Add 'release-monitoring-url' property.
* gnu/packages/file.scm (file)[properties]: New field.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/file.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/file.scm b/gnu/packages/file.scm index bac951f9c5..3f1145b520 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 |