gnu: file: Add 'release-monitoring-url' property.
* gnu/packages/file.scm (file)[properties]: New field.
This commit is contained in:
parent
a4bf1b1a4d
commit
51fa1b6ea5
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@
|
||||||
`(("self" ,this-package))
|
`(("self" ,this-package))
|
||||||
'()))
|
'()))
|
||||||
|
|
||||||
|
(properties
|
||||||
|
`((release-monitoring-url . "http://ftp.astron.com/pub/file/")))
|
||||||
(synopsis "File type guesser")
|
(synopsis "File type guesser")
|
||||||
(description
|
(description
|
||||||
"The file command is a file type guesser, a command-line tool that tells
|
"The file command is a file type guesser, a command-line tool that tells
|
||||||
|
|
Reference in a new issue