gnu: hosts: Clarify this script only works on a foreign distro.

* gnu/packages/admin.scm (hosts)[synopsis, description]: Clarify that this
script works only on a foreign distro.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2020-06-30 20:55:40 +02:00
parent a21d6b6351
commit 4a98675381
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273

View File

@ -3979,8 +3979,10 @@ text table representation to stdout.")
(install-file "README.md" doc))
#t)))
(home-page "https://github.com/xwmx/hosts/")
(synopsis "Bash script for editing @file{/etc/hosts} file")
(synopsis "Script for editing a foreign distro's @file{/etc/hosts} file")
(description "Hosts is a command line program for managing
@file{/etc/hosts} entries. @command{hosts} works with existing hosts files
and entries, providing commands to add, remove, comment, and search.")
@file{/etc/hosts} entries. On Guix System, @file{/etc/hosts} is managed from
the system configuration; hosts only works when using the Guix package manager
on a foreign distro. @command{hosts} works with existing hosts files and
entries, providing commands to add, remove, comment, and search.")
(license license:expat)))