summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-01-01 15:09:35 +0100
committerLudovic Courtès <ludo@gnu.org>2022-01-01 15:11:51 +0100
commitf39d594e88c32dbd2d3660d66899b6215817b654 (patch)
treef21d12327cca6a8b556d399367a823a3e622e33e /gnu/packages
parentaac3a33d1e139743e86c66297a8d11d9fb35a7bd (diff)
downloadguix-f39d594e88c32dbd2d3660d66899b6215817b654.tar.gz
gnu: go-github-com-androiddnsfix: Rewrite synopsis and description.
* gnu/packages/golang.scm (go-github-com-androiddnsfix): Rewrite
'synopsis' and 'description'.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/golang.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index cb6fd9ed76..6a0b9852d3 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9058,9 +9058,11 @@ pcredential store, Pass, Secret Service, KDE Wallet, Encrypted File.")
       (arguments
        '(#:import-path "github.com/mtibben/androiddnsfix"
          #:phases %standard-phases))
-      (synopsis "Hack to get around the issues building on android")
+      (synopsis "Work around lack of @file{/etc/resolv.conf} on Android")
       (description
-       "Hack around the issues in https://github.com/golang/go/issues/8877.")
+       "This package allows Go applications to work around lack of
+@file{/etc/resolv.conf} on Android, as described in
+@url{https://github.com/golang/go/issues/8877}.")
       (home-page "https://github.com/mtibben/androiddnsfix")
       (license license:expat))))