summaryrefslogtreecommitdiff
path: root/gnu/packages/file.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2018-01-04 21:21:04 -0500
committerMark H Weaver <mhw@netris.org>2018-01-04 21:21:04 -0500
commit247d23680a222bc5440dec7c3fe0d36ad463a121 (patch)
tree4e3c28a2e7b0531c7883ae1c40348f1533a20c4e /gnu/packages/file.scm
parente21ce0f9040592d398668498119565d94a639a04 (diff)
parent72687ca5d2d8d1dd55b152823a164606fa421d9c (diff)
downloadpatches-247d23680a222bc5440dec7c3fe0d36ad463a121.tar
patches-247d23680a222bc5440dec7c3fe0d36ad463a121.tar.gz
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/file.scm')
-rw-r--r--gnu/packages/file.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/file.scm b/gnu/packages/file.scm
index 63aa3fac49..0473c519d5 100644
--- a/gnu/packages/file.scm
+++ b/gnu/packages/file.scm
@@ -47,6 +47,6 @@
"The file command is a file type guesser, a command-line tool that tells
you in words what kind of data a file contains. It does not rely on filename
extensions to tell you the type of a file, but looks at the actual contents
-of the file.")
+of the file. This package provides the libmagic library.")
(license bsd-2)
(home-page "https://www.darwinsys.com/file/")))