[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
- branch master updated (b7aca04 -> dda0ada), guix-commits, 2021/04/05
- 01/09: gnu-maintenance: 'generic-html' updates packages with the right property., guix-commits, 2021/04/05
- 03/09: gnu: file: Add 'release-monitoring-url' property.,
guix-commits <=
- 05/09: utils: 'tarball-sans-extension' recognizes ".tgz"., guix-commits, 2021/04/05
- 02/09: gnu: ncftp: Add 'release-monitoring-url' property., guix-commits, 2021/04/05
- 04/09: gnu-maintenance: Remove unused procedure., guix-commits, 2021/04/05
- 09/09: gnu: sloccount: Update source URL., guix-commits, 2021/04/05
- 06/09: gnu-maintenance: Recognize more source tarball naming schemes., guix-commits, 2021/04/05
- 07/09: gnu: mpg321: Update source URL., guix-commits, 2021/04/05
- 08/09: gnu: libffi: Add 'release-monitoring-url'., guix-commits, 2021/04/05