diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-25 22:37:57 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-25 22:42:40 +0200 |
commit | 858be794743e4f8805ec63316dec73b23de5aa56 (patch) | |
tree | ba5e2f40e778462738f98b8ca4231fe9d03b0506 | |
parent | ce3a71c61911caadad3b9cb8a1f47370b9b5e61f (diff) | |
download | guix-858be794743e4f8805ec63316dec73b23de5aa56.tar guix-858be794743e4f8805ec63316dec73b23de5aa56.tar.gz |
gnu: perl-net-dns-resolver-mock: Edit synopsis & description.
* gnu/packages/networking.scm (perl-net-dns-resolver-mock)[synopsis]:
Remove unfortunate ‘a’.
[description]: Fix typo. Edit for clarity.
-rw-r--r-- | gnu/packages/networking.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 7cdd43096e..fb371ed73b 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -1098,10 +1098,11 @@ offline emulation of DNS.") (inputs `(("perl-net-dns" ,perl-net-dns))) (home-page "https://metacpan.org/release/Net-DNS-Resolver-Mock") - (synopsis "Mock a DNS Resolver object for testing") - (description "Net::DNS::Resolver::Mock is a a subclass of -@code{Net::DNS::Resolver} which parses a zonefile for it's data source. It is -primarily for use in testing.") + (synopsis "Mock DNS Resolver object for testing") + (description + "Net::DNS::Resolver::Mock is a subclass of Net::DNS::Resolver, but returns +static data from any provided DNS zone file instead of querying the network. +It is intended primarily for use in testing.") (license license:perl-license))) (define-public perl-netaddr-ip |