diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-11-05 23:23:38 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-11-05 23:23:38 +0100 |
commit | 12bcf94a9a3d2ea1817e15b517c78771d6260bbf (patch) | |
tree | 0ffc5be983580a11bfb5fe29e6ab89c4494cb181 /gnu/packages/miscfiles.scm | |
parent | 95f92d4e2c521196eb0f341ef7ae55b33dc1552e (diff) | |
download | guix-12bcf94a9a3d2ea1817e15b517c78771d6260bbf.tar.gz |
gnu: Synchronize descriptions with the Womb.
Note: some of these changes undo bits of 35b9e4232. * gnu/packages/base.scm, gnu/packages/gperf.scm, gnu/packages/guile.scm, gnu/packages/libidn.scm, gnu/packages/miscfiles.scm, gnu/packages/telephony.scm: Adjust synopses and descriptions as suggested by 'make sync-descriptions'.
Diffstat (limited to 'gnu/packages/miscfiles.scm')
-rw-r--r-- | gnu/packages/miscfiles.scm | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/gnu/packages/miscfiles.scm b/gnu/packages/miscfiles.scm index e9ee8ad42e..fd0fc7b8e2 100644 --- a/gnu/packages/miscfiles.scm +++ b/gnu/packages/miscfiles.scm @@ -36,9 +36,12 @@ "005588vfrwx8ghsdv9p7zczj9lbc9a3r4m5aphcaqv8gif4siaka")))) (build-system gnu-build-system) (home-page "https://www.gnu.org/software/miscfiles/") - (synopsis "Collection of miscellaneous text files") - (description "Miscfiles is a collection of files not of crucial importance -for system administration or operation, but which have come to be common on -various systems over the years. It includes data files for country codes, -airport codes, currency information, and so on.") + (synopsis + "Data files for airport codes, zip codes, a dictionary, and more") + (description + "GNU Miscfiles is a collection of common data files. They include, for +example, country abbreviations, names and capital cities; currency +abbreviations and names; a Best Current Practices index; a map of the ASCII +character set; a list of three-letter airport codes; and an English word +list.") (license gpl2+))) |