mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
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:
parent
a21d6b6351
commit
4a98675381
1 changed files with 5 additions and 3 deletions
|
@ -3979,8 +3979,10 @@ (define-public hosts
|
||||||
(install-file "README.md" doc))
|
(install-file "README.md" doc))
|
||||||
#t)))
|
#t)))
|
||||||
(home-page "https://github.com/xwmx/hosts/")
|
(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
|
(description "Hosts is a command line program for managing
|
||||||
@file{/etc/hosts} entries. @command{hosts} works with existing hosts files
|
@file{/etc/hosts} entries. On Guix System, @file{/etc/hosts} is managed from
|
||||||
and entries, providing commands to add, remove, comment, and search.")
|
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)))
|
(license license:expat)))
|
||||||
|
|
Loading…
Reference in a new issue