diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-08 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-08 02:00:00 +0200 |
commit | 25976e30267536c9500342d4cd41626bee8907cd (patch) | |
tree | b356ea651aeb0a7984e623efcf19791291b9929c /gnu | |
parent | 9b998a8d63c0855ebec7d01010d2f1f66607b033 (diff) | |
download | guix-25976e30267536c9500342d4cd41626bee8907cd.tar guix-25976e30267536c9500342d4cd41626bee8907cd.tar.gz |
gnu: aardvark-dns: Expand substandard description.
* gnu/packages/rust-apps.scm (aardvark-dns)[synopsis, description]:
It's difficult, but write a wee bit more.
Change-Id: I158079df1df75cf1e24c3ce3142af1745a7865a1
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/rust-apps.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index 88458238a3..1a8bfa4248 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -140,8 +140,10 @@ ("rust-syslog" ,rust-syslog-6) ("rust-tokio" ,rust-tokio-1)))) (home-page "https://github.com/containers/aardvark-dns") - (synopsis "Container-focused DNS server") - (description "This package provides a container-focused DNS server.") + (synopsis "Container-focused DNS A/AAAA record server") + (description + "Aardvark-dns is an authoritative DNS server for A/AAAA container +records. It can forward other requests to configured resolvers.") (license license:asl2.0))) (define-public agate |